Skip to content

Practice python code, trying out some new things. Encodes text files to base64, rot13, and generates and encrypts with pgp.

License

Notifications You must be signed in to change notification settings

lpowell/LP_Practice_Python_Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LP_Practice_Python_Encoder

Practice python code, trying out some new things. Encodes text files to base64, rot13, and generates and encrypts with pgp.

Method of use:

python3 Practice_Encoder.py -[e,d] -[u,c,m] -[i,o,k] -[b,r,p,n]

-e Encode

-d Decode

-b base64

-r rot13

-p pgp

-i [input file]

-o [output file]

-k [key file]

opens both private and public keys.

-n New pgp keys

New pgp keys are output to the directory the program is in and do not allow for password protection or expiration. 

-u UserID for new PGP key

-c Comment line for new PGP key

-m Mail for new PGP key

-h help

About

Practice python code, trying out some new things. Encodes text files to base64, rot13, and generates and encrypts with pgp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages