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!
- Host: GitHub
- URL: https://github.com/jacobpclouse/client-side-webpage-encryption
- Owner: jacobpclouse
- Created: 2024-04-02T22:47:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T01:54:26.000Z (over 1 year ago)
- Last Synced: 2025-01-12T05:27:21.974Z (about 1 year ago)
- Topics: alternate-n-bit, base64, encryption, encryption-algorithms, encryption-decryption, javascript
- Language: JavaScript
- Homepage: https://jacobclouse.org/
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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