0
votes
1answer
22 views

Where I can find android source code for vigenere cipher? [closed]

I want to encrypt and decrypt my messages using vigenere cipher. So Im trying to make it in android. Is there anyone can tell me where I can find the code?. Cause i'm a newbie in android. Thank you ...
3
votes
3answers
3k views

Where can I find the Java source code for the Vigenere cipher?

in my app I wanted to implement some enciphering. Therefore I need the code for the Vigenere cipher. Does anyone know where I can find that source code for Java?