Libraries tagged by base64_decrypt
kigkonsult/openssltoolbox
4 Favers
2 Downloads
2 Downloads
the PHP OpenSSL Toolbox
kigkonsult/dsigsdk
2 Favers
52 Downloads
52 Downloads
XML Digital Signature recomendation dsig sdk
dentmate/rajahan
0 Favers
27 Downloads
27 Downloads
PHP package for encryption/decryption using AES algorithm compatible with CryptoJS
nawawi/base64-encryption
1 Favers
81 Downloads
81 Downloads
A two-way encryption based on MIME base64.
hbnext/encrypt-decrypt-bundle
0 Favers
5 Downloads
5 Downloads
originphp/security
1 Favers
11254 Downloads
11254 Downloads
OriginPHP Security
cmmia/encrypt
0 Favers
43 Downloads
43 Downloads
常用数据加密和解密处理方法
mega6382/hab-encryption
0 Favers
17 Downloads
17 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.