我是密码学的新手。我想使用 Spongy Castle 加密(AES)文件并将其写入磁盘。我需要.gradle
文件中的所有四 (4) 个依赖项吗?
compile 'com.madgag.spongycastle:core:1.51.0.0'
compile 'com.madgag.spongycastle:prov:1.51.0.0'
compile 'com.madgag.spongycastle:pkix:1.51.0.0'
compile 'com.madgag.spongycastle:pg:1.51.0.0'