Skip to content

[Deprecated] An old (but simple) client-side encryption tool for plain-text, HTML, and small files; using CryptoJS

License

Notifications You must be signed in to change notification settings

AMP3D/FullCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullCrypto

A simple client-side encryption suite for plain-text, HTML pages, or files. This project leverages AES and SHA256 using the Crypto-JS library. Utilizing AES encryption, you can secure plain text or HTML markup or secure an entire file. You can also generate a SHA256 HASH for the content, so recipients of the encrypted content can validate the content source. The decrypt feature allows for displaying HTML markup within an iframe.

Demo

View the demo on GitHub Pages: https://amp3d.github.io/FullCrypto/

Notes

The bower components are automatically moved to the ./www folder using a node package called bower-installer. The ./bower.json file has been modified to support this package with the install and sources key/values.

About

[Deprecated] An old (but simple) client-side encryption tool for plain-text, HTML, and small files; using CryptoJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published