Skip to content

junoback/pubkeytool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Pubkeytool

Pubkeytool (pkt) is a simple, lightweight commandline-tool for verification and encryption using asymmetric keys (public/private keypairs). It supports RSA, ECC and DSA. It also has some utility-commands for hashing and BASE64-(de)coding. Pubkeytool was written for use on minimalistic hardware, such as embedded systems, for which OpenSSL is too heavy. Currently, pkt uses LibTomCrypt, as it has a sufficiently small footprint and an unrescrictive license. However, it can easily be modified or extended to use another backend.

About

A lightweight commandline tool for working with public/private keys (ECC/RSA/DSA), signatures, encryption, checksums (MD5/SHA) and binary data encoding/decoding (hexadecimal, BASE64).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.3%
  • Other 0.7%