Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
/ eccrypt Public archive

Elliptic curve-based Asymmetric Encryption

License

Notifications You must be signed in to change notification settings

pedroalbanese/eccrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC Crypt 160/192/256/512-bit

ISC License GoDoc Go Report Card GitHub release (latest by date)

Elliptic curve-based Asymmetric Encryption Scheme

CMD Examples:

./ecdsacrypter -gen
./ecdsacrypter -enc -key $pubkey < plaintext.ext > ciphertext.ext 
./ecdsacrypter -dec -key $prvkey < ciphertext.ext 

License

This project is licensed under the ISC License.

Industrial-Grade Reliability. Copyright (c) 2020-2022 ALBANESE Research Lab.