-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login doesn't work #2
Comments
Thanks for reaching out! I've just checked the sample app and it seems to work fine with the following credentials: Cheers, |
Thanks for your reply. My mistake, I didn't read the readme file. I used the encrypted password in the login, because I thought it was the decrypted password in the script. How do I easily get the encrypted password? I can of just print it out, but can I use the javascript function directly in the r-console? |
This can be achieved with R package V8 like so: library(V8)
ct <- v8()
ct$source("https://raw.githubusercontent.com/aoles/shinypass/master/www/md5.js")
ct$eval("md5('123')") There is also a number of alternative ways to generate the MD5 hashes as mentioned in the comments to the original GIST:
|
I can't get the login to work. It seems that the password gets encrypted, but not decrypted. See session info below:
The text was updated successfully, but these errors were encountered: