0

What are the ways to implement Rijndael-256 with ECB mode in Java? I've found some variants of AES but I need exactly Rijndael-256.

If there is already an answer to it, I would appreciate someone referring me to it ,since I haven't found any.

BVtp
  • 2,308
  • 2
  • 29
  • 68
  • Thank you. just another question, since Sun doesn't have a supporting library for 256bit , does Android have? cause ultimately I will integrate it to an android app. – BVtp Sep 07 '15 at 21:52
  • 1
    AFAIK, the Android cryptographic API is built on or is a fork of BouncyCastle, so this should be available there. – Artjom B. Sep 07 '15 at 21:53
  • thank you :) I'll look it up – BVtp Sep 07 '15 at 21:58

0 Answers0