Skip to content

A Python script that includes various functions for data conversion, encoding, and decoding, as well as cryptographic operations such as RSA, AES, and Triple DES encryption and decryption.

License

Notifications You must be signed in to change notification settings

isPique/Data-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION

pip install -r requirements.txt

Supported Encoding/Decoding - Encryption/Decryption Options:

  • Binary to ASCII
  • ASCII to Binary
  • Hexadecimal to ASCII
  • ASCII to Hexadecimal
  • Base64 to ASCII
  • ASCII to Base64
  • Base58 to ASCII
  • ASCII to Base58
  • ROT13 to ASCII
  • ASCII to ROT13
  • Offset to ASCII
  • ASCII to Offset
  • RSA to ASCII
  • ASCII to RSA
  • AES to ASCII
  • ASCII to AES
  • 3DES to ASCII
  • ASCII to 3DES

image

About

A Python script that includes various functions for data conversion, encoding, and decoding, as well as cryptographic operations such as RSA, AES, and Triple DES encryption and decryption.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages