<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Python Crypt</title><link>http://www.bing.com:80/search?q=Python+Crypt</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Python Crypt</title><link>http://www.bing.com:80/search?q=Python+Crypt</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>crypt — Function to check Unix passwords — Python 3.14.7 documentation</title><link>https://docs.python.org/3/library/crypt.html</link><description>crypt — Function to check Unix passwords ¶ Deprecated since version 3.11, removed in version 3.13. This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. Applications can use the hashlib module from the standard library.</description><pubDate>Sun, 23 Aug 2026 22:09:00 GMT</pubDate></item><item><title>Cryptographic Services — Python 3.14.7 documentation</title><link>https://docs.python.org/3/library/crypto.html</link><description>The modules described in this chapter implement various algorithms of a cryptographic nature. They are available at the discretion of the installation. Here’s an overview: hashlib — Secure hashes a...</description><pubDate>Mon, 24 Aug 2026 03:31:00 GMT</pubDate></item><item><title>cryptography · PyPI</title><link>https://pypi.org/project/cryptography/</link><description>cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your “cryptographic standard library”. It supports Python 3.9+ and PyPy3 7.3.11+. 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 ...</description><pubDate>Sat, 22 Aug 2026 23:21:00 GMT</pubDate></item><item><title>How to Encrypt and Decrypt Strings in Python? - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/how-to-encrypt-and-decrypt-strings-in-python/</link><description>Example: Install the python cryptography library with the following command. ... Steps: Import Fernet Then generate an encryption key, that can be used for encryption and decryption. Convert the string to a byte string, so that it can be encrypted. Instance the Fernet class with the encryption key. Then encrypt the string with the Fernet instance.</description><pubDate>Thu, 20 Aug 2026 12:32:00 GMT</pubDate></item><item><title>pycrypto · PyPI</title><link>https://pypi.org/project/pycrypto/</link><description>Python Cryptography Toolkit (pycrypto) This is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). The package is structured to make adding new modules easy.</description><pubDate>Mon, 24 Aug 2026 06:15:00 GMT</pubDate></item><item><title>Python crypt module - Stack Overflow</title><link>https://stackoverflow.com/questions/35326183/python-crypt-module</link><description>I was looking up on python modules, when I found something called 'crypt'. I do not understand. I have tried reading up on this, what is this 'salt' thing, what is the use of this crypt module, and...</description><pubDate>Sun, 23 Aug 2026 18:34:00 GMT</pubDate></item><item><title>Hashing Passwords in Python with BCrypt - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/hashing-passwords-in-python-with-bcrypt/</link><description>Hash a Password in Python Using Bcrypt Bcrypt is a password hashing function designed by Nelis Provos and David Mazières. Bcrypt uses strong cryptography to hash and salts password based on the Blowfish cipher. To make encryption stronger we can increase the "cost factor" so it can be increased as computers become faster.</description><pubDate>Sun, 23 Aug 2026 06:09:00 GMT</pubDate></item><item><title>python - replacement for python3 crypt module - Stack Overflow</title><link>https://stackoverflow.com/questions/78854509/replacement-for-python3-crypt-module</link><description>The documentation for the python3 crypt module says. Deprecated since version 3.11, will be removed in version 3.13: The crypt module is deprecated (see PEP 594 for details and alternatives). The hashlib module is a potential replacement for certain use cases. The passlib package can replace all use cases of this module. However, this does not in-fact appear to be the case. In particular the ...</description><pubDate>Mon, 24 Aug 2026 08:46:00 GMT</pubDate></item><item><title>How to Encrypt and Decrypt Files in Python - The Python Code</title><link>https://thepythoncode.com/article/encrypt-decrypt-files-symmetric-python</link><description>How to Encrypt and Decrypt Files in Python Encrypting and decrypting files in Python using symmetric encryption scheme with cryptography library.</description><pubDate>Mon, 24 Aug 2026 13:53:00 GMT</pubDate></item><item><title>Cryptography - Python Software Foundation Wiki Server</title><link>https://wiki.python.org/python/Cryptography.html</link><description>Cryptography Python includes several modules for hashing and even basic ssl support which is integrated into the socket module. For more serious cryptography work, have a look at the following extension modules. Interfaces to OpenSSL OpenSSL is an open-source library that implements SSL and comes with a large number of very fast crypto and hash algorithm implementations. M2Crypto - Python ...</description><pubDate>Fri, 21 Aug 2026 15:23:00 GMT</pubDate></item></channel></rss>