dukelec / cde

HTML5 Encryption Tool (Tips: https://blog.d-l.io/cde), https://e.d-l.io or https://dukelec.gitee.io/cde or

Home Page:https://dukelec.github.io/cde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a PWA (Progressive Web Apps) encryption tool.
It uses the AES-256-CBC encryption algorithm and uses string as password.

  • When the encrypted data is small, the encrypted content is directly shared in the URL: https://CDE_TOOL_URL/#BASE64_STRING.
  • When the encrypted data is large, such as including pictures, videos, and files, you need to share the packaged encrypted file with https://CDE_TOOL_URL separately.
  • You can also upload encrypted file to a file server and simply share the URL as follows: https://CDE_TOOL_URL/#:https://ENCRYPTED_FILE_URL (https:// after #: is optional) (The file server should support CORS, or use CORS proxy instead).

tools/aes is a script encryption tool that uses the openssl command, which can be used to verify the correctness of web page encryption.
More specific packaging formats can be found at the top of the src/app.js comments.

About

HTML5 Encryption Tool (Tips: https://blog.d-l.io/cde), https://e.d-l.io or https://dukelec.gitee.io/cde or

https://dukelec.github.io/cde

License:MIT License


Languages

Language:JavaScript 70.4%Language:HTML 16.2%Language:Shell 12.6%Language:CSS 0.8%