ubuntu-buildroot/support/testing/tests/package/sample_python_rsa.py

3 lines
48 B
Python
Raw Normal View History

2024-04-01 15:19:46 +00:00
import rsa
(pubkey, privkey) = rsa.newkeys(512)