From 68291aaed4833d2ba0c6094301f37e3eb3d4f814 Mon Sep 17 00:00:00 2001 From: adamantike Date: Sun, 1 May 2016 22:05:54 -0300 Subject: [PATCH] Update security warning --- rsa/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rsa/__init__.py b/rsa/__init__.py index 942e899..e69bbf3 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -18,9 +18,8 @@ Module for calculating large primes, and RSA encryption, decryption, signing and verification. Includes generating public and private keys. -WARNING: this implementation does not use random padding, compression of the -cleartext input to prevent repetitions, or other common security improvements. -Use with care. +WARNING: this implementation does not use compression of the cleartext input to +prevent repetitions, or other common security improvements. Use with care. """