ascii-values

There are 3 repositories under ascii-values topic.

  • Mohitkumar6122/ENaDE

    A new data encryption and decryption method is proposed using ASCII values of characters in the plaintext and Binary Tree Traversal (BTT).

    Language:C++5322
  • SeanLachhander/Steganography

    Hide a text document (text.txt) within the same folder as this program into an image (host_image.jpg). The GUI will show the host image in the left panel. The hiding will be performed by replacing the ’n’ lower order bits of image with the ASCII values of the ‘m’ number of characters from the text document. The more text you embed into the image, the lesser the quality the image will be. The GUI will show the value of ’n’ and ‘m’, where ’n’ can vary from 0 to 8 and ‘m’ can be any value between 0 and the maximum number of characters that can be embedded in the image.

    Language:Java3301
  • Abrar2652/Map-of-Bangladesh

    On 16th December, the Bangladeshis celebrate Victory Day as they achieved victory in the war of independence of 1971 on this date. As a tribute, I complied a code visualizing the map of Bangladesh.

    Language:C10