-
Notifications
You must be signed in to change notification settings - Fork 52
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
is there any nodejs equivalent implementation? #30
Comments
sample code implementation in java ` public class TimeBasedEncryption {
}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ngx_encrypted_session will plant an expiration time
this part is hard. I don't know how to implement it in nodejs. I try to use this snippet to decrypt the string encrypted byencrypted-session-nginx-module
, the output is a partial success:the nodejs decrypt snippet
The text was updated successfully, but these errors were encountered: