Libraries tagged by hashed
zhujinkui/hashlib
127 Downloads
Hashlib is small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user: http://hashids.org/php
xin/hashing
12 Downloads
Hasher 存储用户密码提供了安全的 Bcrypt 和 Argon2 哈希加密方式。
vkr/sf-to-lv-bcrypt
59 Downloads
Bridge between Symfony and Laravel BCrypt hashers
uogsoe/hash-model-id
5 Downloads
Very basic trait to add a HashID ->id_hash attribute to models
tonix-tuft/int-hash
19 Downloads
32-bit integer hashes for PHP data types.
techendeavors/fileinfo
25 Downloads
Feed it a file location and get back information like its mimetype, hashes, size, creation and modification date, symlink chains, permissions and ownership, etc.
robertboloc/bcrypt-generator
50 Downloads
Generate bcrypt hashes from the command line
redrum0x/aspnetcore-identity
69 Downloads
A direct port of the algorithms used to generate and verify ASP.NET password hashes in .NET Core
rcxcob2016/eip712
6 Downloads
Generate Eip712 Hashes for signing
plott/plottcore-pwd-bcrypt
7 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.
pear/html_menu
218 Downloads
Generates HTML menus from multidimensional hashes
owl-labs/id-encoder
23 Downloads
Encodes integer ids into string ids and vice versa using hashids/hashids library.
opus-online/yii-shortify
416 Downloads
Yii shortify hashes a string into a smaller string
onepress/wp-password-bcrypt
16 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.
moderndeveloperllc/zf2-scrypt
64 Downloads
Zend Framework 2 module to generate scrypt password hashes that are compatible with the wg/scrypt Java implementation