I'm making an app for android to encrypt files. I want to use TwoFish as my algorithm but I don't know how to do encryption. Can someone direct me to a basic tutorial site or better covering how to use the TwoFish?
Asked
Active
Viewed 1,065 times
1 Answers
0
With about 5 seconds invested in a google search. I am very confident that there is a better solution than reinventing/copying the wheel so you might re-evaluate if you simply use this code or look for an alternative. For instance javax.crypto could probably do what you seek to achieve in a more future-oriented way.