Skip to content

A steganography-based website to encrypt messages within photos. Keep your secret message and authorize it with your password and reveal the secret message by decrypting the photo with a password.

Notifications You must be signed in to change notification settings

gdscigdtuw/mystery-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mystery-Vault

➡ A steganography based website to encrypt messages, photos, video into each other with range of algorithmic options available for the task.
➡ Keep your secret message and authorise it with your password and reveal the scret message or photo or video by decrypting the message.

🔗👉Visit: https://gdscigdtuw.github.io/mystery-vault/

Algorithm Used: Stanford Javascript Crypto Library Algorithm

  • SJCL is secure & uses the industry-standard AES algorithm at 128, 192 or 256 bits
  • Uses the SHA256 hash function; the HMAC authentication code; the PBKDF2 password strengthener; and the CCM and OCB authenticated-encryption modes.
  • SJCL strengthens your passwords by a factor of 1000 and salts them to protect against rainbow tables, and it authenticates every message it sends to prevent it from being modified.
  • SJCL provides the best security which is practically available in Javascript.
  • SJCL is cross-browser.
  • SJCL is open. Anyone can use, modify and redistribute it under a BSD license or under the GNU GPL, version 2.0 or higher.
  • SJCL also supports ECC: elliptic curve cryptography (ECDH public key encryption and ECDSA signatures).
  • Unforunately, this is not as great as in desktop applications because it is not feasible to completely protect against code injection, malicious servers and side-channel attacks.

This project is under GDSC,IGDTUW.

About

A steganography-based website to encrypt messages within photos. Keep your secret message and authorize it with your password and reveal the secret message by decrypting the photo with a password.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published