clipperz / password-manager

Clipperz is an online vault and password manager that knows nothing about you and your data. Everything you submit is locally encrypted by your browser before being uploaded to Clipperz. The encryption key is a passphrase known only to you and Clipperz could never access your data. Clipperz is built upon open proven and trusted encryption algorithms.
https://clipperz.is
GNU Affero General Public License v3.0
732 stars 134 forks source link

Implement Fortuna PRNG #161

Open gcsolaroli opened 7 months ago

gcsolaroli commented 7 months ago

Implement the Fortuna PRNG for random number generator in the frontend.

handle PRNG events

PRNG events will probably be handled completely asyncronously, and their data will be collected in a global variable accessible via JavaScript.