Can anyone suggest me any encryption method other than ceaser cipher for java and explain its working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone suggest me any encryption method other than ceaser cipher for java and explain its working?

1st Jan 2021, 8:43 AM
Sunil
2 Answers
+ 6
here is an article from wikipedia related to Transposition cipher: https://en.m.wikipedia.org/wiki/Transposition_cipher please keep in mind that this procedures have only a limited safety level, but their are anyway stronger than ceasar cipher. so it depends about the purpose of your code. if you handle sensitive data, it is better to use stronger encryption.
1st Jan 2021, 12:13 PM
Lothar
Lothar - avatar
1st Jan 2021, 8:54 AM
blossom
blossom - avatar