文件名称:RNCryptorNative:Rob Napier的RNCryptor的Android JNI模型实现
文件大小:7.25MB
文件格式:ZIP
更新时间:2024-05-29 07:27:33
C++
不推荐使用 RNC密码本机 Rob Napier的RNCryptor的Android JNI模型实现。 进口指南 dependencies { compile ' com.github.tgio:rncryptor-native:0.0.9 ' } 用法 RNCryptorNative rncryptor = new RNCryptorNative (); String encrypted = new String (rncryptor . encrypt(raw, password)); String decrypted = rncryptor . decrypt(encrypted, password) 或者 String password = " StrongGeneratedPasswordxD " ; RNCryptorNative . encryptAsync( " t