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

Latest commit

 

History

History
36 lines (36 loc) · 933 Bytes

File metadata and controls

36 lines (36 loc) · 933 Bytes

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