Skip to content

HartmanAnalytics/adeso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A.D.E.S.O.

Application for Decryption, Encryption and Steganographic Operations

Summary:

Steganography is the practice of concealing information within another message to avoid detection.

Encryption is the process of converting plaintext into ciphertext, which is unreadable.

This application provides both of these functionalities. Users can first encrypt their data, via a password using an AES-128 algorithm in CBC mode.

Then, users can hide the encrypted data (ciphertext) within an image of their choice via steganography.

Key Features:

  • A web interface is provided to paste large plaintext objects without a terminal buffer limit.

  • All encryption, decryption, encoding and decoding is done in memory.

Tools Used:

Gotchas:

  • Large ciphertext and images can result in API lag or lockups for steganography.

  • The decode operation is done on the file selected, not the image displayed on the UI.

Links:

  • Documentation

  • PyPi Production

  • PyPi Test
  • Installation:

    pip install adeso

    About

    A.D.E.S.O. - Application for Decryption, Encryption and Steganographic Operations

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published