Skip to content

BillyLouis/crypt_ecdsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypt_ecdsa

To encrypt and decrypt data using asymmetric encryption. The algorithm used is the elliptical curve. This encryption method is only software based, no hardware such as the ATECC608 is involved.

Encryption

Command line encryption which is found in the path: ~/go/src/github.com/SandsB2B/crypt_ecdsa/cmd/encrypt/main.go

Decryption

Command line decryption which is found in the path: ~/go/src/github.com/SandsB2B/crypt_ecdsa/cmd/decrypt/main.go

Authors

  • Billy Louis: Golang code for 2-way encryped communication.

Badges

Hardware Team: NSAL.com

NSA License

About

Cryptography ENC/DEC with ECDSA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages