For example,
Code: Select all
theCipher = Cipher.getInstance(Cipher.ALG_AES_BLOCK_128_CBC_NOPAD,false)
Qs:
After using the algorithm to do encryption, can I clear this instance?
-If Yes, how can I do it?
Moderator: UNKNwYSHSA
Code: Select all
theCipher = Cipher.getInstance(Cipher.ALG_AES_BLOCK_128_CBC_NOPAD,false)
Users browsing this forum: No registered users and 30 guests