
-----------------------------------
evildaddy911
Thu Dec 22, 2011 10:44 am

Basic Encrypter/Decrypter
-----------------------------------
Finally finished, this encrypter outputs its code in the form of numbers, determined by the keyword entered. after encrypting, you may save to a file of your choice. when saving, remenmber to add the ".txt" file extension, or another of your choice.

-----------------------------------
chipanpriest
Thu Dec 22, 2011 11:39 am

RE:Basic Encrypter/Decrypter
-----------------------------------
thats pretty awesome tbh

-----------------------------------
Aange10
Thu Dec 22, 2011 12:46 pm

RE:Basic Encrypter/Decrypter
-----------------------------------
That's neat. You should attempt making a http://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher . I attempted a while back, but didn't succeed. It worked, but not the wrap around.

-----------------------------------
evildaddy911
Fri Dec 23, 2011 12:17 pm

RE:Basic Encrypter/Decrypter
-----------------------------------
yeah, i saw the help thread... maybe, if i can figure it out... idk
is tyhere a way that i can automatcally add the file extension to the file?

-----------------------------------
Aange10
Fri Dec 23, 2011 2:39 pm

RE:Basic Encrypter/Decrypter
-----------------------------------
What do you mean? What file? Define automatically.

-----------------------------------
chipanpriest
Fri Dec 23, 2011 4:03 pm

Re: RE:Basic Encrypter/Decrypter
-----------------------------------
is tyhere a way that i can automatcally add the file extension to the file?

get filename
open :filenumber, filename + ".txt"
...
...
close : filenumber,filename + ".txt"


Think this would work?

-----------------------------------
chipanpriest
Fri Dec 23, 2011 4:04 pm

Re: Basic Encrypter/Decrypter
-----------------------------------
get filename 
open :filenumber, filename + ".txt" 
... 
... 
close : filenumber


This is what i meant :p

-----------------------------------
evildaddy911
Fri Dec 30, 2011 2:24 pm

RE:Basic Encrypter/Decrypter
-----------------------------------
perfect, thanks
