Edit: Warning already found a flaw.
Hides your text you manually choose from anyone that does not have your encryption phrase.
The text is always copy/pastable, meaning you could place it in books for safekeeping.
Dont use these symbols in your text '{}<>/\;:'
Limit yourself to alphabetic text and these puncutation '.,!?'.
The automated process to generating the secure text is 1) compress 2) encrypt 3) encode with base64
Whether you have text to decrypt or encrypt use .secboard and paste/type the text into the form shown. Press save button. Then use either .encGo to encrypt or .decGo to decrypt.
The .confsec command will let you see encryption phrase. I suggest you read and edit the init.lua file if you want a persistent new phrase.
Now here are the guarantees:
-The encryption is kind of weak so do not make a habit of never changing over to new encryption phrase. Always backup/write-down old ones or you will not be able to recover past encrypted text.
-You are an idiot if you don't change the encryption phrases in init.lua
-Your encryption phrases should have around 50/50 lower to capital letters. Doesn't need to be exact.
-This is an imperfect boutique crypto and will NOT protect you from state actors (government). However it will stop other players from knowing what the text means, and probably the server admin from caring to find out.
-This is still in alpha.
for installation you just unzip the secboard.7z in your clientmods folder.
https://www.sendspace.com/file/q2x2wf
password: csmisfun
to view the source directly:
http://codepad.org/hWjg0RcD
License is GPL 2.1
secboard - transform text to encrypted text.
- azekill_DIABLO
- Member
- Posts: 7507
- Joined: Wed Oct 29, 2014 20:05
- GitHub: azekillDIABLO
- In-game: azekill_DIABLO
- Location: OMICRON
- Contact:
Re: secboard - transform text to encrypted text.
hmm? what is that?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!
DMs are always open if you want to get in touch!
- ManElevation
- Member
- Posts: 896
- Joined: Tue Aug 02, 2016 22:04
- GitHub: ManElevation
- IRC: ManElevation
- In-game: ManElevation
- Location: Madrid,Spain
Re: secboard - transform text to encrypted text.
hum dont get what this is
My Public Mods! Discord: Rottweiler Games#3368
- ChimneySwift
- Member
- Posts: 320
- Joined: Fri Sep 22, 2017 06:46
- GitHub: ChimneySwift
- IRC: ChimneySwift
- In-game: ChimneySwift
- Location: 127.0.0.1
Re: secboard - transform text to encrypted text.
As far as I can tell is it secures your text with a weak encryption scheme, meaning in order for the other players to read it, they must have the same mod and encryption code.
Well that's what it sounds like anyway.
Edit: Woops, that made no sense, reworded
Well that's what it sounds like anyway.
Edit: Woops, that made no sense, reworded
Last edited by ChimneySwift on Fri Oct 13, 2017 00:00, edited 1 time in total.
A spoon is basically a tiny bowl with a stick on it
- azekill_DIABLO
- Member
- Posts: 7507
- Joined: Wed Oct 29, 2014 20:05
- GitHub: azekillDIABLO
- In-game: azekill_DIABLO
- Location: OMICRON
- Contact:
Re: secboard - transform text to encrypted text.
pms? :3
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!
DMs are always open if you want to get in touch!
- ManElevation
- Member
- Posts: 896
- Joined: Tue Aug 02, 2016 22:04
- GitHub: ManElevation
- IRC: ManElevation
- In-game: ManElevation
- Location: Madrid,Spain
Re: secboard - transform text to encrypted text.
hum good idea!azekill_DIABLO wrote:pms? :3
My Public Mods! Discord: Rottweiler Games#3368
Re: secboard - transform text to encrypted text.
looks like they used a simple xor encryption which is pretty trivial to crack for strings that aren't close to the length of the password.
My mods: Mute, Extra TNT blast effectsnyancats_plus and More charcommands
Example CSM mods:Chatlog and Formspec editor
Example CSM mods:Chatlog and Formspec editor
- azekill_DIABLO
- Member
- Posts: 7507
- Joined: Wed Oct 29, 2014 20:05
- GitHub: azekillDIABLO
- In-game: azekill_DIABLO
- Location: OMICRON
- Contact:
Re: secboard - transform text to encrypted text.
PMsred-001 wrote:looks like they used a simple xor encryption which is pretty trivial to crack for strings that aren't close to the length of the password.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!
DMs are always open if you want to get in touch!