Answer the question
In order to leave comments, you need to log in
What algorithm to use to encrypt with a key (string)?
There is a string of 30 characters - used as a key for encryption and decryption. You need to encrypt and decrypt another string of indeterminate length using the key string.
What is the best algorithm to use for this option?
Answer the question
In order to leave comments, you need to log in
Better is a loose concept. Adding each byte of the input text to the byte of your key is a good algorithm, simple.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question