not decrypting what I crypted

后端 未结 3 1392
轻奢々
轻奢々 2020-12-16 08:57

I have a weird problem...

Basing my solution on Decrypting a hardcoded file as byte[]

So, I wrote a small Cypher class to help out with crypting/decrypting..

3条回答
  •  天涯浪人
    2020-12-16 09:21

    Any reason why you dont use the Appache Commons for this?

    http://commons.apache.org/codec/apidocs/org/apache/commons/codec/binary/Base64.html

提交回复
热议问题