Skip to content

Commit 3c9df3c

Browse files
brentrubrentru
brentru
authored and
brentru
committed
update priv_key script with warning
1 parent 26d410f commit 3c9df3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

util/decode_priv_key.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
2929
#
3030
"""
3131
`decode_priv_key.py`
32-
===========================================================
32+
===================================================================
3333
3434
Generates RSA keys and decodes them using python-rsa
3535
for use with a CircuitPython secrets file.
3636
37+
This script is designed to run on a computer,
38+
NOT a CircuitPython device.
39+
3740
Requires Python-RSA (https://github.com/sybrenstuvel/python-rsa)
3841
3942
* Author(s): Google Inc., Brent Rubell

0 commit comments

Comments
 (0)