-
-
JavaScript数据加密类库Cryptico.js.zip
...
var encrytext = EncryptionResult.cipher;//密文
//使用私钥解密
var DecryptionResult = cryptico.decrypt(encrytext, RSAkey);
var decrypttext = DecryptionResult.plaintext;
标签:安全相关框架
-
CryptoSwift.zip
... setup tuple
let setup = (key: keyData, iv: ivData)
// encrypt
if let encrypted = Cipher.ChaCha20(setup).encrypt(dataToEncrypt) {
// decrypt
if let decrypted = Cipher.ChaCha20(setup).decrypt(encrypted) {
// validate result
if ( ...
-
-
Android代码-JealousSky
... Library for Android
JealousSky is an efficient library to encrypt and decrypt data for Android.
With JealousSky is possible to decrypt simple String or even image files as return a Bitmap.
The project is still in progress and any ...
-
Android代码-AES-Killer
AES Killer (Burpsuite Plugin)
Burpsuite Plugin to decrypt AES Encrypted traffic on the fly
Requirements
Burpsuite
Java
Tested ... 18.04
Kali Linux 2018
What it does
The IProxyListener decrypt requests and encrypt responses, and an IHttpListener than ...
-
Android代码-keystore-secure
... -secure:1.1.1'
How to use it
Call init before using
KeystoreSecure.init(context);
Encrypt string by:
KeystoreSecure.encrypt(context, STORE_KEY_1, valueToEncrypt);
Decrypt string by:
KeystoreSecure.decrypt(STORE_KEY_1);
Checkout example for more detail.
-
Android代码-CipherSolver
CipherSolver
An Android app to encrypt and decrypt using common algorithms
Home Screen
Frequency Analysis Screen
Caesar Cipher Screen
Vigenère Cipher Screen
Rot-13 Cipher Screen
-
-
爬取裁判文书网对docID解码用到的js
爬取裁判文书网对docID解码用到的js
function Navi(id, str_key) {
var unzipid = unzip(id);
// var realid = com.str.Decrypt(unzipid);
var realid = com.str.Decrypt(unzipid,str_key);
return realid
}
function decode(runeval) {
var unzipid = unzip(runeval ...
-
PDF Decrypter Pro 3.60(PDF密码移除器).rar
软件介绍:
PDF Decrypter Pro能够移PDF文档中的密码,只需要很短的时间就能够去除PDF文档在使用中的各种限制,如打印限制修复和复制限制,可以查看带有密码保护的PDF文档。Decrypt PDF按钮用于移除PDF密码。安装步骤:安装到最后一步时去掉PDF Decrypter Pro前面的对勾,将补丁文件内的pdfdecrypter.exe覆盖到C:\Program Files\PDFDecrypterPro目录下面即可实现注册。
-