Skip to main content

Simple use of RSA for asymmetric encryption and signature | 简单使用 rsa 进行非对称加密和签名

Project description

myrsa

Simple use of RSA for asymmetric encryption and signature

简单使用 rsa 进行非对称加密和签名

Installation

pip install myrsa

Usage:

import myrsa

pubkey, prikey = myrsa.newkeys()
print((pubkey, prikey))

message = 'Hello@世界'

crypto = myrsa.encrypt(message, pubkey)
print(crypto)

message = myrsa.decrypt(crypto, prikey)
print(message)

signature = myrsa.sign(message, prikey)
print(signature)

verified = myrsa.verify(message, signature, pubkey)
print(verified)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myrsa-0.0.1.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file myrsa-0.0.1.tar.gz.

File metadata

  • Download URL: myrsa-0.0.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for myrsa-0.0.1.tar.gz
Algorithm Hash digest
SHA256 395144fd5f2dcbe31611c074cc041857cd239e57f8d10e99a6a98fadf7525daf
MD5 4dee8caf1faaae96ded7ee150198fc19
BLAKE2b-256 df2378a0ef7a52358d4bf9d04e4f944d5ade5a7e29dc16162c12dcf1598a79a1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page