Metadata-Version: 1.1
Name: polyencryption
Version: 1.1.0
Summary: a simple encryption algorithm that encrypts .txt files using a polyalphabetic cypher. NOTE- this software is not intended for nor should be used for any security purposes
Home-page: https://github.com/skelegorg/polyencryption
Author: Andrew C
Author-email: cumminand@outlook.com
License: MIT
Description: # polyencryption
        this module allows for .txt file encryption and decryption through use of a key.
        
        
        Change Log
        ==========
        0.0.1 (6/14/2020) - First release
        0.0.2 (6/14/2020) - Made changes that actually allowed the module to be installed
        0.0.3 through 0.0.9 - Me trying to make my first module work
        1.0.1 (6/15/2020) - Fixed the set- 10 cycle through the keyfile when the key may be longer
        1.1.0 (6/18/2020) - Vastly increased the security by not only adding to the letter values but subtracting as well-
        effectively doubling the security
Keywords: encryption
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
