Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.02 KB

File metadata and controls

29 lines (21 loc) · 1.02 KB

HexCoder

XOR-based encryption processor with multithread support.

Features:

  • Encrypt via password
  • Encrypt via logical and arithmetic operators
  • Both ways
  • Settable read file block size
  • Settable hash algorithm for password (MD5, SHA256, SHA512)

How it works:

View on Wiki page

How to use:

View on Wiki page