ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/python3-cryptography/docs
/
usr
share
doc
python3-cryptography
docs
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
development
-
chmod
Open
Rename
Delete
hazmat
-
chmod
Open
Rename
Delete
x509
-
chmod
Open
Rename
Delete
_ext
-
chmod
Open
Rename
Delete
_static
-
chmod
Open
Rename
Delete
api-stability.rst
2.93 MB
chmod
View
DL
Edit
Rename
Delete
changelog.rst
30 B
chmod
View
DL
Edit
Rename
Delete
community.rst
589 B
chmod
View
DL
Edit
Rename
Delete
conf.py
6.17 MB
chmod
View
DL
Edit
Rename
Delete
doing-a-release.rst
3.71 MB
chmod
View
DL
Edit
Rename
Delete
exceptions.rst
853 B
chmod
View
DL
Edit
Rename
Delete
faq.rst
9.79 MB
chmod
View
DL
Edit
Rename
Delete
fernet.rst
11.33 MB
chmod
View
DL
Edit
Rename
Delete
glossary.rst
4.62 MB
chmod
View
DL
Edit
Rename
Delete
index.rst
2.64 MB
chmod
View
DL
Edit
Rename
Delete
installation.rst
11.71 MB
chmod
View
DL
Edit
Rename
Delete
limitations.rst
2.12 MB
chmod
View
DL
Edit
Rename
Delete
make.bat
4.99 MB
chmod
View
DL
Edit
Rename
Delete
Makefile
5.46 MB
chmod
View
DL
Edit
Rename
Delete
openssl.rst
4.6 MB
chmod
View
DL
Edit
Rename
Delete
random-numbers.rst
1.55 MB
chmod
View
DL
Edit
Rename
Delete
security.rst
3.51 MB
chmod
View
DL
Edit
Rename
Delete
spelling_wordlist.txt
1.22 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/python3-cryptography/docs/index.rst
Welcome to ``pyca/cryptography`` ================================ ``cryptography`` includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. For example, to encrypt something with ``cryptography``'s high level symmetric encryption recipe: .. code-block:: pycon >>> from cryptography.fernet import Fernet >>> # Put this somewhere safe! >>> key = Fernet.generate_key() >>> f = Fernet(key) >>> token = f.encrypt(b"A really secret message. Not for prying eyes.") >>> token b'...' >>> f.decrypt(token) b'A really secret message. Not for prying eyes.' If you are interested in learning more about the field of cryptography, we recommend `Crypto 101, by Laurens Van Houtven`_ and `The Cryptopals Crypto Challenges`_. Installation ------------ You can install ``cryptography`` with ``pip``: .. code-block:: console $ pip install cryptography See :doc:`Installation <installation>` for more information. .. _cryptography-layout: Layout ------ ``cryptography`` is broadly divided into two levels. One with safe cryptographic recipes that require little to no configuration choices. These are safe and easy to use and don't require developers to make many decisions. The other level is low-level cryptographic primitives. These are often dangerous and can be used incorrectly. They require making decisions and having an in-depth knowledge of the cryptographic concepts at work. Because of the potential danger in working at this level, this is referred to as the "hazardous materials" or "hazmat" layer. These live in the ``cryptography.hazmat`` package, and their documentation will always contain an admonition at the top. We recommend using the recipes layer whenever possible, and falling back to the hazmat layer only when necessary. .. toctree:: :maxdepth: 2 :caption: The recipes layer fernet x509/index .. toctree:: :maxdepth: 2 :caption: The hazardous materials layer hazmat/primitives/index exceptions random-numbers .. toctree:: :maxdepth: 2 :caption: The cryptography open source project installation changelog faq development/index openssl security limitations api-stability doing-a-release community glossary .. note:: ``cryptography`` has not been subjected to an external audit of its code or documentation. If you're interested in discussing an audit please :doc:`get in touch </community>`. .. _`Crypto 101, by Laurens Van Houtven`: https://www.crypto101.io/ .. _`The Cryptopals Crypto Challenges`: https://cryptopals.com/
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply