-
Is there any way here in this library to generate the public key from N and E, and later encrypt data?
Thanks for your attention.
-
```
Is the code line 525 correct? what does it do?
while(y.t
-
To do SRP6 properly, we need to do it on the client, preferrably using JavaScript. There are a few srp libraries for node, but they seem to calculate hashes differently and/or not expose the necessary…
-
```
Is the code line 525 correct? what does it do?
while(y.t
-
```
Is the code line 525 correct? what does it do?
while(y.t
-
```
Is the code line 525 correct? what does it do?
while(y.t
-
```
Is the code line 525 correct? what does it do?
while(y.t
-
```
Is the code line 525 correct? what does it do?
while(y.t
-
This implementation uses WebWorkers which have no access to the underlying window.crypto API that modern browsers implement to provide access to, among other things, cryptographically strong PRNGs. J…
-
When it comes to naming variables, style guides generally fall into one of two camps: camelcase (variableName) and underscores (variable_name). This rule focuses on using the camelcase approach. If yo…