Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

programmer-666/EncBit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

EncBit

Bit-level encryption and decryption programs with Python

Programs

  • encBit -> Text encrypter
  • encfBit -> File encrypter
  • decBit -> Text decrypter
  • decfBit -> File decrypter

You Need:

  • Python 3
  • Linux or Mac [Advice Linux]
  • Terminal [Advice Bash Shell]

Use Of

Encryption

  • $ python3 encBit.py
  • $ python3 encfBit.py [FileName.format] [KeyMax255]

Decryption

  • $ python3 decBit.py
  • $ python3 decfBit.py [FileName.format] [KeyMax255]

Before

Encrypted text saved ENCTexts/
Decrypted text saved Texts/

Setup

...

Attention

Key length should not be greater than 255
It may give error while working on windows! Our advice Linux

About

Bit-level encryption and decryption programs with Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages