hashPassword | R Documentation |
Hash a password
hashPassword(passwd, maxmem = 0.1, maxtime = 1)
passwd |
password to hash |
maxmem |
max memory percent (default 0.1) |
maxtime |
max cpu time (default 1.0) |
base64 encoded hash
verifyPassword
# Hash password using default parameters hashPassword('passw0rd') # Hash password with custom parameters hashPassword('passw0rd', maxmem=0.25, maxtime=1.0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.