https://github.com/danieltoader/php-crypttor
A simple php library to deal with encrypting and decrypting strings using OpenSSL or MCrypt
https://github.com/danieltoader/php-crypttor
crypt cryptography decrypt encrypt mcrypt openssl php-crypt php-library
Last synced: 3 months ago
JSON representation
A simple php library to deal with encrypting and decrypting strings using OpenSSL or MCrypt
- Host: GitHub
- URL: https://github.com/danieltoader/php-crypttor
- Owner: danieltoader
- License: mit
- Created: 2017-05-11T21:03:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T23:01:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T14:07:27.934Z (5 months ago)
- Topics: crypt, cryptography, decrypt, encrypt, mcrypt, openssl, php-crypt, php-library
- Language: PHP
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHPCrypt
A simple php library to deal with encrypting and decrypting strings using OpenSSL or MCrypt## To do
- [ ] Write readme.md
- [ ] Write readme.md
- [ ] Unit tests