Libraries tagged by ciphr
spkm/ciphr
1 Downloads
Integrate with the ciphr HR system API using SaloonPHP
defuse/php-encryption
175427914 Downloads
Secure PHP Encryption Library
spatie/laravel-ciphersweet
842946 Downloads
Use ciphersweet in your Laravel project
paragonie/ciphersweet
1392318 Downloads
Searchable field-level encryption library for relational databases
phpaes/phpaes
172380 Downloads
AES cipher - FIPS 192 compliant
webeweb/core-library
218665 Downloads
Core library
lekoala/silverstripe-encrypt
12221 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
kunstmaan/utilities-bundle
152666 Downloads
The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher
davmixcool/cryptman
60075 Downloads
A Two-way encryption manager using the OpenSSL library
keboola/php-encryption
95157 Downloads
Mcrypt wrapper. This library is deprecated in favor of https://github.com/defuse/php-encryption
paragonie/eloquent-ciphersweet
250 Downloads
Provides searchable encrypted columns for Eloquent ORM
paragonie/doctrine-ciphersweet
1092 Downloads
odandb/doctrine-ciphersweet-encryption-bundle
271 Downloads
Bridge between Doctrine and Ciphersweet libary in order to make encrypted and searchable fields
magentron/ciphersweet-for-laravel
5735 Downloads
CipherSweet for Laravel (forked from bjornvoesten/ciphersweet-for-laravel)
kkiernan/caesar-cipher
18332 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.