Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/gsutil/third_party/rsa/doc/index.rst

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gsutil/third_party/rsa/doc/index.rst
diff --git a/third_party/gsutil/third_party/rsa/doc/index.rst b/third_party/gsutil/third_party/rsa/doc/index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..c7600a0f4761e46f11c4633c1826b5bb4219cdb8
--- /dev/null
+++ b/third_party/gsutil/third_party/rsa/doc/index.rst
@@ -0,0 +1,54 @@
+.. Python-RSA documentation master file, created by
+ sphinx-quickstart on Sat Jul 30 23:11:07 2011.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to Python-RSA's documentation!
+======================================
+
+Python-RSA is a pure-Python RSA implementation. It supports
+encryption and decryption, signing and verifying signatures, and key
+generation according to PKCS#1 version 1.5.
+
+If you have the time and skill to improve the implementation, by all
+means be my guest. The best way is to clone the `Mercurial
+repository`_ and send me a merge request when you've got something
+worth merging.
+
+.. _`Mercurial repository`: https://bitbucket.org/sybren/python-rsa
+
+
+Security notice
+--------------------------------------------------
+
+This RSA implementation has seen the eyes of a security expert, and it
+uses an industry standard random padding method. However, there are
+still possible vectors of attack. Just to name one example, it doesn't
+compress the input stream to remove repetitions, and if you display
+the stack trace of a :py:class:`rsa.pkcs1.CryptoError` exception
+you'll leak information about the reason why decryption or
+verification failed.
+
+I'm sure that those aren't the only insecurities. Use your own
+judgement to decide whether this module is secure enough for your
+application.
+
+Contents
+--------------------------------------------------
+
+.. toctree::
+ :maxdepth: 2
+ :numbered:
+
+ intro
+ installation
+ upgrading
+ licence
+ usage
+ cli
+ compatibility
+ reference
+
+
+* :ref:`genindex`
+* :ref:`search`
« no previous file with comments | « third_party/gsutil/third_party/rsa/doc/conf.py ('k') | third_party/gsutil/third_party/rsa/doc/installation.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698