mdave16 / cryptography

learning about cryptography made me want to create a small React App which can encrypt and decrypt using various cyphers
https://mdave16.github.io/cryptography
0 stars 0 forks source link

Work offline #31

Open mdave16 opened 3 years ago

mdave16 commented 3 years ago

This is a standard CRA, and honestly not that complex. It never makes any outside calls, so should be pretty easy to make offline. It would be nice to be able to load this page again when offline by use of a web worker or such?