VictorRutskin / String-Encrypter

App that gets a text message, puts it into a complex encryption/decryption for 2 sides to communicate safely.
0 stars 1 forks source link

Given key Encryption #2

Closed VictorRutskin closed 1 year ago

VictorRutskin commented 1 year ago

make an encryption not always random, but with given key too, to implement this the next thing must be done: 1.when encrypting using a key, if too long do not use excess, if too short loop on it. GREAT IDEA!! will fix many issues :D

VictorRutskin commented 1 year ago

Now works with given base 64 key