This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Conn332's profile picture

Encryption/ decryption programs

Started by Conn332, 18 February 2013 - 05:11 AM
Conn332 #1
Posted 18 February 2013 - 06:11 AM
[img]file:///C:/Users/Connor/Desktop/random%20crap/Capture.PNG[/img]HI i made a program to change a plain text message into a series of characters
The program also saves this long string of characters into a file called crypted
You can get it from:
http://pastebin.com/nwAYZSFv

Note: The Encrypter can't read special symbols or numbers and will crash if you use any

And then the decrypter takes the long string of characters and converts it back into plain text
(Does not save this to a file)

http://pastebin.com/k20pqHwF

Hope you Enjoy!
remiX #2
Posted 18 February 2013 - 07:18 AM
I bet you a million dollars that your name is connor!

Lol, fail upload attempt for the image.

But nice en/decrypter
Conn332 #3
Posted 20 February 2013 - 01:12 PM
Yeah, oops, How do you add screen shots by the way?
PixelToast #4
Posted 21 February 2013 - 08:01 AM
you upload them with something like puush or imgur
then right click > copy image location
then paste that into the box when you press the image button

these types of encryption only work if an attacker dosent know that your using that encyption :|
theoriginalbit #5
Posted 21 February 2013 - 05:17 PM
you upload them with something like puush
Last I tried puush image format wasn't formatted in the image box. only as links.
PixelToast #6
Posted 21 February 2013 - 05:28 PM
what do you mean formatted and image box?
theoriginalbit #7
Posted 21 February 2013 - 05:35 PM
what do you mean formatted and image box?
Oops. wasn't a supported format* in the image element. You know, that button in the formatting bar that says 'Image'
PixelToast #8
Posted 21 February 2013 - 05:51 PM
oh, you just add a .png >_>
Conn332 #9
Posted 23 February 2013 - 04:19 PM
I updated the encryption program to take a "key" which can only accept letters not spaces or special characters
Encrypter: http://pastebin.com/nwAYZSFv
Decrypter: http://pastebin.com/k20pqHwF
Enjoy the update!