Skip to main content

A common cryptography encryption and decryption tools

Project description

A common cryptography encryption and decryption tools

Feature

  • Caesar
  • Affine
  • viger

how to use

import mycrypto

caesar

  • encryption
    mycrypto.Caesar_encode(plaintext,offset)
  • decryption
    mycrypto.Caesar_decode(ciphertext,offset)

Affine

  • encryption
    mycrypto.Affine_encode(plaintext,m,n)
  • decryption
    mycrypto.Affine_decode(ciphertext,m,n)

viger

  • encryption
 mycrypto.viger_encode(plaintext,key)
  • decryption

    • if u know the key
    mycrypto.viger_decode(ciphertext,key)
    
    • else u can
    mycrypto.viger_nokey(ciphertext,choice)
    

    if choice==0 , then the tool will burte the key

    if choice==1 , then the tool will use my dictionary to get the plaintext

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mycrypto-1.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page