0

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?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179

1 Answers1

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.