Skip to content

gh0st17/HexCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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