Hash

The hash type is a string used to store securely hashed values, such as passwords. NoonJS uses bcrypt for hashing.

{
    "schema": {
        "username": {
            "type": "string"
        },
        "password": {
            "type": "hash"
        }
    }
}
Edit this page on Github
© 2025 kav3.com. Crafted with and dedication.