Skip to content

Netdex/TimeLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeLock

Encrypts data, requiring a certain amount of time to decrypt it.

Abstract

TimeLock consists of 3 executable utilities:

tlcg.exe

Generates multiple hash chains in parallel.

Usage: tlcg [OPTIONS]+
Generate several hash chains in parallel.

Options:
  -t, --threads[=THREADS]    the number of THREADS to generate hash chains
  -l, --len[=LENGTH]         the LENGTH of chains to generate
  -h, --help                 show help message

tlenc.exe

Encrypts an input stream with given chains.

tldec.exe

Decrypts an input stream with given seed.

About

Encrypts data, requiring a certain amount of time to decrypt it. (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages