mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
23 lines
625 B
JSON
23 lines
625 B
JSON
{
|
|
"name": "xjtuwangke/passwordhash",
|
|
"type": "library",
|
|
"version": "0.3.0",
|
|
"time" : "2012-08-31",
|
|
"license" : "Public Domain",
|
|
"description": "Portable PHP password hashing framework",
|
|
"keywords": ["Blowfish", "crypt", "password", "security"],
|
|
"homepage": "http://github.com/xjtuwangke/passwordhash/",
|
|
"authors": [
|
|
{
|
|
"name" : "Solar Designer",
|
|
"email": "solar@openwall.com",
|
|
"homepage": "http://openwall.com/phpass/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Phpass": "src/"}
|
|
}
|
|
} |