How to encrypt/decrypt a file in Java?

前端 未结 6 1539
滥情空心
滥情空心 2021-01-16 09:07

I am writing a Java application which can \"encrypt\" and consequently \"decrypt\" whatever binary file.

I am just a beginner in the \"cryptography\" area so I would

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-16 09:27

    Maybe this open source library can help you:

    http://www.jasypt.org/

提交回复
热议问题