mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 20:12:12 +00:00
3 lines
48 B
Python
3 lines
48 B
Python
|
|
import rsa
|
||
|
|
(pubkey, privkey) = rsa.newkeys(512)
|