An open API service indexing awesome lists of open source software.

https://github.com/jacobpclouse/client-side-webpage-encryption

Creating a web site that allows the user to encrypt files entirely client side using vanillia javascript, no backend required!
https://github.com/jacobpclouse/client-side-webpage-encryption

alternate-n-bit base64 encryption encryption-algorithms encryption-decryption javascript

Last synced: 4 months ago
JSON representation

Creating a web site that allows the user to encrypt files entirely client side using vanillia javascript, no backend required!

Awesome Lists containing this project

README

          

# client-side-webpage-encryption
Creating a web site that allows the user to encrypt files entirely client side using vanillia javascript, no backend required!
> Website available at: https://jacobclouse.org/

### Paper: Alternative N-bit Key Data Encryption for Block Ciphers
> Download link: https://sol.sbc.org.br/index.php/sbseg/article/download/13990/13839/

### Project Goals:
- Page to encrypt/decrypt Text using hashing/xor
- * Upload text doc to encrypt = one page
- * Type-In text to encrypt = seperate page
- Page to encrypt/decrypt Images using hashing/xor
- Page to encrypt/decrypt Images using Shamir Secret Sharing
- About Me page
- Index page to be a disclaimer/warning page that you use this at your own risk
- Want to host it through github pages online
- Want to use Bootstrap/tailwind.css to make it pretty

### Resources Used:
- https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
- https://gist.github.com/plembo/84f80c920bb5ac6f19e53fe6f8db1ff7