All Projects → hasherezade → crypto_utils

hasherezade / crypto_utils

Licence: other
Set of my small utils related to cryptography, encoding, decoding etc

Programming Languages

python
139335 projects - #7 most used programming language

crypto_utils

Set of my small utils related to cryptography, encoding, decoding etc

  • morse : decoder/encoder for morse code with option of custom character set
  • file2png.py: Visualise raw bytes of any given file and saves as a PNG
  • convert.py: Fetches bytes represented as ASCII strings (hexadecimal, decimal, binary) and converts them into raw binary
  • dexor.py: XOR file content (starting from a given offset) with a given key
  • quick_aes: A tiny tool to provide fast AES encryption of strings and files (dedicated for encrypting messages - provides random IV and Base64 encoding of output)
  • aes_ecb: AES ECB mode - simple encryptor/decryptor
  • aes_cbc: AES CBC mode - simple encryptor/decryptor
  • rc4: RC4 encryptor/decryptor
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].