文章列表
Creating RSA Public Key From String(从字符串创建 RSA 公钥)
Correct way to sign and verify signature using bouncycastle(使用 bouncycastle 签名和验证签名的正确方法)
Reliable implementation of PBKDF2-HMAC-SHA256 for JAVA(PBKDF2-HMAC-SHA256 for JAVA 的可靠实现)
How to encrypt or decrypt with Rijndael and a block-size of 256 bits?(如何使用 Rijndael 和 256 位的块大小进行加密或解密?)
How to hash a string in Android?(如何在Android中对字符串进行哈希处理?)
Self signed X509 Certificate with Bouncy Castle in Java(使用 Java 中的 Bouncy Castle 自签名 X509 证书)
Using SHA1 and RSA with java.security.Signature vs. MessageDigest and Cipher(SHA1 和 RSA 与 java.security.Signature 对比 MessageDigest 和 Cipher)
Better way to create AES keys than seeding SecureRandom(创建 AES 密钥比播种 SecureRandom 更好的方法)
Password Verification with PBKDF2 in Java(在 Java 中使用 PBKDF2 进行密码验证)
Encrypt with Node.js Crypto module and decrypt with Java (in Android app)(使用 Node.js Crypto 模块加密并使用 Java 解密(在 Android 应用程序中))