Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit da6fc2c

Browse files
committed
Added security note to README.md
1 parent 4beb68d commit da6fc2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ or download it from the [Python Package Index](https://pypi.org/project/rsa/).
2323
The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python-rsa/) and is
2424
licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
2525

26+
Security
27+
--------
28+
29+
Because of how Python internally stores numbers, it is very hard (if not impossible) to make a pure-Python program secure against timing attacks. This library is no exception, so use it with care.
30+
31+
2632
Major changes in 4.1
2733
--------------------
2834

0 commit comments

Comments
 (0)