Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

ych3r/openssl-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openssl-tool

This is a tool I've made to practice python and Cryptography.

Functions:

1 generate rsa,ecc keys

2 sign a file with rsa/ecc private key, and different hash methods

3 verify a signature using rsa/ecc public key

4 encrypt with rsa public key

5 decrypt with rsa private key

Features:

1 less parameters which means easy to use (-i -o -s --priv --pub)

2 easy to extend (sign_vrfy enc_dec)

3 pycryptodome

Examples:

use rsa to sign and verify file

sign & verify using rsa

use ecc to sign and verify file

sign & verify using ecc

use rsa to encrypt and decrypt file

encrypt & decrypt using rsa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages