Skip to content

Leoniels/stlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STLP

A simple time lock puzzle implementation.

Simple UNIX-like/suckless implementation of the cryptosystem defined in: "Time-lock puzzles and timed-release Crypto" by Ronald R. Rivest, Adi Shamir and David A. Wagner.

Dependencies

· GNU MP (libgmp)

Build

A simple call to make should do it fine in a Linux system at the moment.

Example usage

Using stdin to encrypt a hexadecimal key for ten seconds and then decrypt it to stdout.

 $ echo 89ABC | etlp 10 | dtlp

TODO things

· dtlp manual.

· Store every X time the non-resolved puzzle in a cache file.

· Make distribution package.

About

Time lock puzzle implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •