47 best Python Encryption libraries in 2024

share link

by weaver dot icon Updated: Nov 30, 2023

technology logo
technology logo

Solution Kit Solution Kit  

Python encryption libraries provide base chunks of pre-written code that can be repurposed to develop a unique encryption-decryption system.

These libraries offer a long list of primitives a developer can build upon, choosing from cipher-decipher algorithms like AES, RSA, DES, etc. It allows developers to deal with sideline attacks better. Open-source Python libraries, not being a part of the standard package, can be installed using the PIP function. Python encryptions systems are not web-exclusive; the language allows a developer the flexibility of cross-platform use, unlike other popular coding languages like, say, PHP.


The list below summarizes our top open-source python libraries, consisting of ready-to-incorporate code components for designing encrypted security. Certbot acquires SSL certificates from the open-source certificate authority, Let's Encrypt. It also gives the developer the option to automatically enable HTTPS protocol and to act as a client for certificate authorities running on the ACME protocol. Mailpile, a web-mail client, focuses on the overall experience by providing a clean user interface. While being a web-based interface, it also provides an API and a command-line interface for developers. Ciphey employs artificial intelligence to assess the type of encryption and decipher the input text fast. It is minimalistic and precise.

certbot:  

  • It is a command-line tool for managing SSL/TLS certificates.   
  • It is often used in conjunction with Python web servers, such as Nginx or Apache.   
  • It enables secure communication over HTTPS.  

certbotby certbot

Python doticonstar image 29993 doticonVersion:v2.6.0doticon
License: Others (Non-SPDX)

Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

Support
    Quality
      Security
        License
          Reuse

            certbotby certbot

            Python doticon star image 29993 doticonVersion:v2.6.0doticon License: Others (Non-SPDX)

            Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
            Support
              Quality
                Security
                  License
                    Reuse

                      Ciphey:  

                      • Ciphey is a Python library used in Institutions, Education, Security, and Cryptography applications.  
                      • It is a tool designed for automatic decryption of ciphers and codes.  
                      • It aims to simplify the process of deciphering encrypted messages. This detects the encryption method and provides the decrypted result.  

                      Cipheyby Ciphey

                      Python doticonstar image 13505 doticonVersion:5.14.0doticon
                      License: Permissive (MIT)

                      ⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

                      Support
                        Quality
                          Security
                            License
                              Reuse

                                Cipheyby Ciphey

                                Python doticon star image 13505 doticonVersion:5.14.0doticon License: Permissive (MIT)

                                ⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
                                Support
                                  Quality
                                    Security
                                      License
                                        Reuse

                                          Mailpile:  

                                          • Mailpile helps in Institutions, Learning, Administration, Public Services, Messaging, and Email applications.  
                                          • It provides an interface for managing and encrypting emails.  
                                          • Its primary user interface is web-based. It also offers a basic command-line interface and an API for developers.

                                          Mailpileby mailpile

                                          Python doticonstar image 8742 doticonVersion:1.0.0rc6doticon
                                          License: Others (Non-SPDX)

                                          A free & open modern, fast email client with user-friendly encryption and privacy features

                                          Support
                                            Quality
                                              Security
                                                License
                                                  Reuse

                                                    Mailpileby mailpile

                                                    Python doticon star image 8742 doticonVersion:1.0.0rc6doticon License: Others (Non-SPDX)

                                                    A free & open modern, fast email client with user-friendly encryption and privacy features
                                                    Support
                                                      Quality
                                                        Security
                                                          License
                                                            Reuse

                                                              byob:  

                                                              • BYOB in Python generally refers to "Bring Your Own Bytes" or "Bring Your Own Key," depending on the context.  
                                                              • It allows users to provide their own cryptographic keys. Rather than relying on default or generated keys.  
                                                              • BYOB enables customization to meet these needs.

                                                              byobby malwaredllc

                                                              Python doticonstar image 8323 doticonVersion:Currentdoticon
                                                              License: Strong Copyleft (GPL-3.0)

                                                              An open-source post-exploitation framework for students, researchers and developers.

                                                              Support
                                                                Quality
                                                                  Security
                                                                    License
                                                                      Reuse

                                                                        byobby malwaredllc

                                                                        Python doticon star image 8323 doticonVersion:Currentdoticon License: Strong Copyleft (GPL-3.0)

                                                                        An open-source post-exploitation framework for students, researchers and developers.
                                                                        Support
                                                                          Quality
                                                                            Security
                                                                              License
                                                                                Reuse

                                                                                  cryptography:  

                                                                                  • It is a Python library used in Security, Cryptography applications.  
                                                                                  • It exposes cryptographic primitives and recipes to Python developers.  
                                                                                  • It ensures data confidentiality, integrity, and authenticity.
                                                                                  Python doticonstar image 5593 doticonVersion:Currentdoticon
                                                                                  License: Others (Non-SPDX)

                                                                                  cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

                                                                                  Support
                                                                                    Quality
                                                                                      Security
                                                                                        License
                                                                                          Reuse

                                                                                            cryptographyby pyca

                                                                                            Python doticon star image 5593 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                            cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
                                                                                            Support
                                                                                              Quality
                                                                                                Security
                                                                                                  License
                                                                                                    Reuse

                                                                                                      acme-tiny:  

                                                                                                      • acme-tiny is a Python encryption library.  
                                                                                                      • It helps with Security, Encryption, and Docker applications.  
                                                                                                      • You can install using 'pip install acme-tiny' or download it from GitHub, PyPI. It is used as a tiny script to issue and renew TLS certs from Let's Encrypt.

                                                                                                      acme-tinyby diafygi

                                                                                                      Python doticonstar image 4678 doticonVersion:Currentdoticon
                                                                                                      License: Permissive (MIT)

                                                                                                      A tiny script to issue and renew TLS certs from Let's Encrypt

                                                                                                      Support
                                                                                                        Quality
                                                                                                          Security
                                                                                                            License
                                                                                                              Reuse

                                                                                                                acme-tinyby diafygi

                                                                                                                Python doticon star image 4678 doticonVersion:Currentdoticon License: Permissive (MIT)

                                                                                                                A tiny script to issue and renew TLS certs from Let's Encrypt
                                                                                                                Support
                                                                                                                  Quality
                                                                                                                    Security
                                                                                                                      License
                                                                                                                        Reuse

                                                                                                                          yadm:  

                                                                                                                          • yadm is a Python library used in Devops, Configuration Management applications.  
                                                                                                                          • yadm is a tool for managing dotfiles.  
                                                                                                                          • It helps ensure consistency and ease of setup by keeping track of configurations.

                                                                                                                          yadmby TheLocehiliosan

                                                                                                                          Python doticonstar image 4159 doticonVersion:Currentdoticon
                                                                                                                          License: Strong Copyleft (GPL-3.0)

                                                                                                                          Yet Another Dotfiles Manager

                                                                                                                          Support
                                                                                                                            Quality
                                                                                                                              Security
                                                                                                                                License
                                                                                                                                  Reuse

                                                                                                                                    yadmby TheLocehiliosan

                                                                                                                                    Python doticon star image 4159 doticonVersion:Currentdoticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                    Yet Another Dotfiles Manager
                                                                                                                                    Support
                                                                                                                                      Quality
                                                                                                                                        Security
                                                                                                                                          License
                                                                                                                                            Reuse

                                                                                                                                              ssh-audit:  

                                                                                                                                              • ssh-audit is a Python library.  
                                                                                                                                              • It is a tool used to audit the security configurations of SSH servers.  
                                                                                                                                              • It identifies potential vulnerabilities and weaknesses in the SSH configuration.

                                                                                                                                              ssh-auditby arthepsy

                                                                                                                                              Python doticonstar image 2874 doticonVersion:Currentdoticon
                                                                                                                                              License: Permissive (MIT)

                                                                                                                                              SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)

                                                                                                                                              Support
                                                                                                                                                Quality
                                                                                                                                                  Security
                                                                                                                                                    License
                                                                                                                                                      Reuse

                                                                                                                                                        ssh-auditby arthepsy

                                                                                                                                                        Python doticon star image 2874 doticonVersion:Currentdoticon License: Permissive (MIT)

                                                                                                                                                        SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
                                                                                                                                                        Support
                                                                                                                                                          Quality
                                                                                                                                                            Security
                                                                                                                                                              License
                                                                                                                                                                Reuse

                                                                                                                                                                  PyBitmessage:  

                                                                                                                                                                  • PyBitmessage is a Python library used in Telecommunications, Media, Telecom, Networking applications.  
                                                                                                                                                                  • It is a P2P communication protocol used to send encrypted messages to another person.  
                                                                                                                                                                  • It aims to hide metadata from passive eavesdroppers.

                                                                                                                                                                  PyBitmessageby Bitmessage

                                                                                                                                                                  Python doticonstar image 2762 doticonVersion:0.6.3.2doticon
                                                                                                                                                                  License: Others (Non-SPDX)

                                                                                                                                                                  Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:

                                                                                                                                                                  Support
                                                                                                                                                                    Quality
                                                                                                                                                                      Security
                                                                                                                                                                        License
                                                                                                                                                                          Reuse

                                                                                                                                                                            PyBitmessageby Bitmessage

                                                                                                                                                                            Python doticon star image 2762 doticonVersion:0.6.3.2doticon License: Others (Non-SPDX)

                                                                                                                                                                            Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
                                                                                                                                                                            Support
                                                                                                                                                                              Quality
                                                                                                                                                                                Security
                                                                                                                                                                                  License
                                                                                                                                                                                    Reuse

                                                                                                                                                                                      RsaCtfTool:  

                                                                                                                                                                                      • RsaCtfTool is a Python library used in Security and Cryptography applications.  
                                                                                                                                                                                      • It is a Python-based tool designed for solving RSA Capture the Flag (CTF) challenges.  
                                                                                                                                                                                      • It plays a crucial role in CTF competitions. Its participants often encounter RSA-related problems. 

                                                                                                                                                                                      RsaCtfToolby Ganapati

                                                                                                                                                                                      Python doticonstar image 2470 doticonVersion:Currentdoticon
                                                                                                                                                                                      License: Others (Non-SPDX)

                                                                                                                                                                                      RSA attack tool (mainly for ctf) - retreive private key from weak public key and/or uncipher data

                                                                                                                                                                                      Support
                                                                                                                                                                                        Quality
                                                                                                                                                                                          Security
                                                                                                                                                                                            License
                                                                                                                                                                                              Reuse

                                                                                                                                                                                                RsaCtfToolby Ganapati

                                                                                                                                                                                                Python doticon star image 2470 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                                                                                                                                RSA attack tool (mainly for ctf) - retreive private key from weak public key and/or uncipher data
                                                                                                                                                                                                Support
                                                                                                                                                                                                  Quality
                                                                                                                                                                                                    Security
                                                                                                                                                                                                      License
                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                          pycrypto:  

                                                                                                                                                                                                          • PyCrypto is important for several reasons in the context of encryption.  
                                                                                                                                                                                                          • PyCrypto supports various encryption algorithms, hashing functions, and random number generators.  
                                                                                                                                                                                                          • PyCrypto facilitates interoperability by supporting used cryptographic standards.

                                                                                                                                                                                                          pycryptoby pycrypto

                                                                                                                                                                                                          Python doticonstar image 2402 doticonVersion:Currentdoticon
                                                                                                                                                                                                          License: Others (Non-SPDX)

                                                                                                                                                                                                          The Python Cryptography Toolkit

                                                                                                                                                                                                          Support
                                                                                                                                                                                                            Quality
                                                                                                                                                                                                              Security
                                                                                                                                                                                                                License
                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                    pycryptoby pycrypto

                                                                                                                                                                                                                    Python doticon star image 2402 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                                                                                                                                                    The Python Cryptography Toolkit
                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                          License
                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                              EQGRP_Lost_in_Translation:  

                                                                                                                                                                                                                              • EQGRP_Lost_in_Translation is a Python library.   
                                                                                                                                                                                                                              • It helps in Programming Style applications.  
                                                                                                                                                                                                                              • It decrypts content of odd.tar.xz.gpg, swift.tar.xz.gpg and windows.tar.xz.gpg.
                                                                                                                                                                                                                              Python doticonstar image 1797 doticonVersion:Currentdoticon
                                                                                                                                                                                                                              no licences License: No License (null)

                                                                                                                                                                                                                              Decrypted content of odd.tar.xz.gpg, swift.tar.xz.gpg and windows.tar.xz.gpg

                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                        EQGRP_Lost_in_Translationby x0rz

                                                                                                                                                                                                                                        Python doticon star image 1797 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                        Decrypted content of odd.tar.xz.gpg, swift.tar.xz.gpg and windows.tar.xz.gpg
                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                  asyncssh:  

                                                                                                                                                                                                                                                  • asyncssh is a Python library that provides an asynchronous framework for SSH communication.  
                                                                                                                                                                                                                                                  • SSH relies on encryption algorithms to secure data transmission.  
                                                                                                                                                                                                                                                  • asyncssh supports various encryption algorithms, providing a secure means of communication over networks.

                                                                                                                                                                                                                                                  asyncsshby ronf

                                                                                                                                                                                                                                                  Python doticonstar image 1364 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                  License: Weak Copyleft (EPL-2.0)

                                                                                                                                                                                                                                                  AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.

                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                            asyncsshby ronf

                                                                                                                                                                                                                                                            Python doticon star image 1364 doticonVersion:Currentdoticon License: Weak Copyleft (EPL-2.0)

                                                                                                                                                                                                                                                            AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.
                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                      Cloakify:  

                                                                                                                                                                                                                                                                      • Cloakify is a Python library used in Testing and Security Testing applications.  
                                                                                                                                                                                                                                                                      • It is a tool designed to obfuscate or "cloak" data in various formats, making it less conspicuous.  
                                                                                                                                                                                                                                                                      • This is useful for hiding sensitive information in plain sight.

                                                                                                                                                                                                                                                                      Cloakifyby TryCatchHCF

                                                                                                                                                                                                                                                                      Python doticonstar image 1386 doticonVersion:v1.0.3doticon
                                                                                                                                                                                                                                                                      License: Permissive (MIT)

                                                                                                                                                                                                                                                                      CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection

                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                Cloakifyby TryCatchHCF

                                                                                                                                                                                                                                                                                Python doticon star image 1386 doticonVersion:v1.0.3doticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                          demiguise:  

                                                                                                                                                                                                                                                                                          • demiguise is a Python encryption library.  
                                                                                                                                                                                                                                                                                          • It helps in Security, Encryption applications.  
                                                                                                                                                                                                                                                                                          • It is an HTA encryption tool for RedTeams.

                                                                                                                                                                                                                                                                                          demiguiseby nccgroup

                                                                                                                                                                                                                                                                                          Python doticonstar image 1289 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                          License: Strong Copyleft (AGPL-3.0)

                                                                                                                                                                                                                                                                                          HTA encryption tool for RedTeams

                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                    demiguiseby nccgroup

                                                                                                                                                                                                                                                                                                    Python doticon star image 1289 doticonVersion:Currentdoticon License: Strong Copyleft (AGPL-3.0)

                                                                                                                                                                                                                                                                                                    HTA encryption tool for RedTeams
                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                              Crypton:  

                                                                                                                                                                                                                                                                                                              • Crypton is a Python library used in Security, Cryptography applications.  
                                                                                                                                                                                                                                                                                                              • Crypton is an educational library to learn and practice Offensive and Defensive Cryptography.  
                                                                                                                                                                                                                                                                                                              • It is an explanation of all the existing vulnerabilities on various Systems.

                                                                                                                                                                                                                                                                                                              Cryptonby ashutosh1206

                                                                                                                                                                                                                                                                                                              Python doticonstar image 1284 doticonVersion:v2.0doticon
                                                                                                                                                                                                                                                                                                              License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                              Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs

                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                        Cryptonby ashutosh1206

                                                                                                                                                                                                                                                                                                                        Python doticon star image 1284 doticonVersion:v2.0doticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                        Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs
                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                  xortool:  

                                                                                                                                                                                                                                                                                                                                  • It is a tool used for analyzing and breaking simple XOR-based encryption.  
                                                                                                                                                                                                                                                                                                                                  • XOR is a bitwise operation that helps in encryption.  
                                                                                                                                                                                                                                                                                                                                  • It is a tool used to analyze multi-byte xor cipher.

                                                                                                                                                                                                                                                                                                                                  xortoolby hellman

                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 1229 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                  no licences License: No License (null)

                                                                                                                                                                                                                                                                                                                                  A tool to analyze multi-byte xor cipher

                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                            xortoolby hellman

                                                                                                                                                                                                                                                                                                                                            Python doticon star image 1229 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                                                                                                                            A tool to analyze multi-byte xor cipher
                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                      tf-encrypted:  

                                                                                                                                                                                                                                                                                                                                                      • tf-encrypted is a Python library that extends TensorFlow.   
                                                                                                                                                                                                                                                                                                                                                      • TansorFlow extends to enable privacy-preserving machine learning using encrypted data.  
                                                                                                                                                                                                                                                                                                                                                      • It aims to make privacy-preserving machine learning available, without requiring expertise in cryptography.

                                                                                                                                                                                                                                                                                                                                                      tf-encryptedby tf-encrypted

                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 1088 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                      License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                      A Framework for Encrypted Machine Learning in TensorFlow

                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                tf-encryptedby tf-encrypted

                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 1088 doticonVersion:Currentdoticon License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                A Framework for Encrypted Machine Learning in TensorFlow
                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                          GlobaLeaks:  

                                                                                                                                                                                                                                                                                                                                                                          • GlobaLeaks is a Python library used in Security, Encryption applications.  
                                                                                                                                                                                                                                                                                                                                                                          • It is an open-source whistleblowing framework designed for secure and anonymous communication.  
                                                                                                                                                                                                                                                                                                                                                                          • It provides tools for organizations to set up their own secure whistleblowing platforms.

                                                                                                                                                                                                                                                                                                                                                                          GlobaLeaksby globaleaks

                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 1030 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                          License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                          GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.

                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                    GlobaLeaksby globaleaks

                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 1030 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                    GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                              server:  

                                                                                                                                                                                                                                                                                                                                                                                              • servers enable secure connections, like HTTPS. HTTPs are vital for protecting sensitive information during data transmission over networks.  
                                                                                                                                                                                                                                                                                                                                                                                              • It ensures the confidentiality and integrity of data by handling encryption keys.  
                                                                                                                                                                                                                                                                                                                                                                                              • It provides a central point for managing cryptographic operations.

                                                                                                                                                                                                                                                                                                                                                                                              serverby etesync

                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 1295 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                              License: Strong Copyleft (AGPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                              The Etebase server (so you can run your own)

                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                        serverby etesync

                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 1295 doticonVersion:Currentdoticon License: Strong Copyleft (AGPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                        The Etebase server (so you can run your own)
                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                  ssl_logger:  

                                                                                                                                                                                                                                                                                                                                                                                                                  • ssl_logger is a Python library used in Security, TLS applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                  • It helps in identifying potential vulnerabilities, debugging handshake problems, and ensuring secure communication.  
                                                                                                                                                                                                                                                                                                                                                                                                                  • It Decrypts and logs a process's SSL traffic.

                                                                                                                                                                                                                                                                                                                                                                                                                  ssl_loggerby google

                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 1061 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                  License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                                                                  Decrypts and logs a process's SSL traffic.

                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                            ssl_loggerby google

                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 1061 doticonVersion:Currentdoticon License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                                                                            Decrypts and logs a process's SSL traffic.
                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                      simp_le:  

                                                                                                                                                                                                                                                                                                                                                                                                                                      • simp_le is a Python library that helps with encryption.  
                                                                                                                                                                                                                                                                                                                                                                                                                                      • It Encrypts Client. It has no bugs and has no vulnerabilities.  
                                                                                                                                                                                                                                                                                                                                                                                                                                      • simp_le can download it from GitHub.

                                                                                                                                                                                                                                                                                                                                                                                                                                      simp_leby kuba

                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 895 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                      License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                      Simple Let's Encrypt Client

                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                simp_leby kuba

                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 895 doticonVersion:Currentdoticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                Simple Let's Encrypt Client
                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                          featherduster:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • FeatherDuster is a Python library designed for educational purposes.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It is to help users understand various aspects of cryptography.   
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It helps in penetration testing scenarios. It assesses the security of cryptographic components in apps and systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          featherdusterby nccgroup

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 1020 doticonVersion:v0.2doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Permissive (BSD-3-Clause)

                                                                                                                                                                                                                                                                                                                                                                                                                                                          An automated, modular cryptanalysis tool; i.e., a Weapon of Math Destruction

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    featherdusterby nccgroup

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 1020 doticonVersion:v0.2doticon License: Permissive (BSD-3-Clause)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    An automated, modular cryptanalysis tool; i.e., a Weapon of Math Destruction
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              hawkpost:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • featherduster is a Python library used in Security, Cryptography applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It is an online service that allows users to create encrypted messages with a sharable link.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Cryptanalib is the moving part behind FeatherDuster, and helps with FeatherDuster.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              hawkpostby whitesmith

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 912 doticonVersion:v1.3.0doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Generate links that users can use to submit messages encrypted with your public key.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        hawkpostby whitesmith

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 912 doticonVersion:v1.3.0doticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Generate links that users can use to submit messages encrypted with your public key.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  tfc:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • tfc is a Python library used in Networking, Router applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It helps developers install privacy-preserving machine-learning techniques.   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It is a Tinfoil Chat - Onion-routed, endpoint secure messaging system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  tfcby maqp

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 1018 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Tinfoil Chat - Onion-routed, endpoint secure messaging system

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            tfcby maqp

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 1018 doticonVersion:Currentdoticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Tinfoil Chat - Onion-routed, endpoint secure messaging system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      pyopenssl:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • pyOpenSSL is a Python wrapper around the OpenSSL library.   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It provides support for secure sockets (SSL/TLS) and cryptographic functions.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It allows Python apps to establish secure connections over the internet. It uses the SSL/TLS protocol.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      pyopensslby pyca

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 820 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A Python wrapper around the OpenSSL library

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                pyopensslby pyca

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 820 doticonVersion:Currentdoticon License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A Python wrapper around the OpenSSL library
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucypher:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • NuCypher is provides a decentralized key management system.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It allows for proxy re-encryption, enabling data sharing without exposing sensitive keys.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • This is valuable for apps requiring secure and decentralized access control in blockchain. 

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nucypherby nucypher

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 681 doticonVersion:v6.0.0-rcdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Strong Copyleft (AGPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A decentralized threshold cryptography network focused on proxy reencryption.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nucypherby nucypher

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 681 doticonVersion:v6.0.0-rcdoticon License: Strong Copyleft (AGPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A decentralized threshold cryptography network focused on proxy reencryption.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              RAASNet:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • RAASNet is a Python Encryption library.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It helps with Testing and Security Testing applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It is an Open-Source Ransomware as a Service for Linux, MacOS and Windows.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              RAASNetby leonv024

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 604 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Open-Source Ransomware As A Service for Linux, MacOS and Windows

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        RAASNetby leonv024

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 604 doticonVersion:Currentdoticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Open-Source Ransomware As A Service for Linux, MacOS and Windows
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  dnsrobocert:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • dnsrobocert is a Python library used in Security, TLS, Docker applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It obtains SSL/TLS certificates through an automated process.   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It integrates with DNS challenges for verification.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  dnsrobocertby adferrand

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 517 doticonVersion:v3.22.1doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            dnsrobocertby adferrand

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 517 doticonVersion:v3.22.1doticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Xeexe-TopAntivirusEvasion:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Xeexe-TopAntivirusEvasion is a Python library used in Security, Firewall applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It is an Undetectable & Xor encrypting with custom KEY.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It bypasses Top Antivirus like BitDefender, Malwarebytes, Avast, ESET-NOD32, AVG, & Add ICON and MANIFEST to excitable.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 463 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Xeexe-TopAntivirusEvasionby persianhydra

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 463 doticonVersion:Currentdoticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Decentralized-Internet:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • A decentralized internet can enhance security in Python encryption libraries. It reduces the reliance on central authorities.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • This enhances the robustness of encryption implementations.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It can contribute to user privacy by minimizing the collection of sensitive data.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 487 doticonVersion:v1.0_macdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A SDK/library for decentralized web and distributing computing projects

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Decentralized-Internetby Lonero-Team

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 487 doticonVersion:v1.0_macdoticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A SDK/library for decentralized web and distributing computing projects
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              PacketWhisper:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • PacketWhisper is a Python library used in Testing, Security Testing applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • PacketWhisper helps to address specific needs or vulnerabilities in network communication.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It could be valuable for scenarios where secure packet transmission is crucial.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              PacketWhisperby TryCatchHCF

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 578 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              PacketWhisper: Stealthily exfiltrate data and defeat attribution using DNS queries and text-based steganography. Avoid the problems associated with typical DNS exfiltration methods. Transfer data between systems without the communicating devices directly connecting to each other or to a common endpoint. No need to control a DNS Name Server.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PacketWhisperby TryCatchHCF

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 578 doticonVersion:Currentdoticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        PacketWhisper: Stealthily exfiltrate data and defeat attribution using DNS queries and text-based steganography. Avoid the problems associated with typical DNS exfiltration methods. Transfer data between systems without the communicating devices directly connecting to each other or to a common endpoint. No need to control a DNS Name Server.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  python-paillier:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Python-Paillier is a library that implements the Paillier cryptosystem in Python.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • In machine learning, Python-Paillier applies to build privacy-preserving models.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Python-Paillier, being an open-source library, encourages collaboration and contributions from the community.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 433 doticonVersion:1.5.1doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A library for Partially Homomorphic Encryption in Python

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            python-paillierby data61

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 433 doticonVersion:1.5.1doticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A library for Partially Homomorphic Encryption in Python
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      covertutils:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • covertutils is a Python encryption library   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It helps with Testing and Security Testing applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It is a framework for Backdoor development.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      covertutilsby operatorequals

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 422 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      no licences License: No License (null)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A framework for Backdoor development!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                covertutilsby operatorequals

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 422 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A framework for Backdoor development!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          decrypt:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It is crucial for retrieving original data from encrypted content.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It ensures data confidentiality. It allows authorized users to access and understand the information.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It is essential in scenarios were sensitive data needs transmission or storage.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          decryptby jtwaleson

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 420 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Pipe programs through decrypt to make your boss think you are l33t

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    decryptby jtwaleson

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 420 doticonVersion:Currentdoticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Pipe programs through decrypt to make your boss think you are l33t
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nufhe:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • nufhe is a Python library used in Security, Encryption applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It is a NuCypher homomorphic encryption (NuFHE) library implemented in Python.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • You can install using 'pip install nufhe' or download it from GitHub, PyPI.  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              nufheby nucypher

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 349 doticonVersion:v0.0.3doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              NuCypher fully homomorphic encryption (NuFHE) library implemented in Python

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        nufheby nucypher

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 349 doticonVersion:v0.0.3doticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NuCypher fully homomorphic encryption (NuFHE) library implemented in Python
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  rsa-wiener-attack:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rsa-wiener-attack is a Python library used in Security, Cryptography applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • A Python version of the Wiener attack targeting the RSA public-key encryption system.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It targets cases where the private exponent is small. It allows an attacker to factorize the modulus.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  rsa-wiener-attackby pablocelayes

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 342 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  no licences License: No License (null)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A Python implementation of the Wiener attack on RSA public-key encryption scheme.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            rsa-wiener-attackby pablocelayes

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 342 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A Python implementation of the Wiener attack on RSA public-key encryption scheme.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      an2linuxserver:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • an2linuxserver is a Python encryption library.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It helps in Security, Encryption applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It is a Sync Android notification encrypted to a Linux desktop.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      an2linuxserverby rootkiwi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 392 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sync Android notifications encrypted to a Linux desktop

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                an2linuxserverby rootkiwi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 392 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Sync Android notifications encrypted to a Linux desktop
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          python-rsa:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It provides functionality for working with RSA encryption, a used public-key cryptosystem.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • python-rsa helps ensure the confidentiality and integrity of data during transmission.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It provides tools for managing RSA keys, including key generation, serialization, and storage.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          python-rsaby sybrenstuvel

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 428 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python-RSA is a pure-Python RSA implementation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    python-rsaby sybrenstuvel

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 428 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python-RSA is a pure-Python RSA implementation.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              NXcrypt:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • NXcrypt is a Python library used in Artificial Intelligence, Machine Learning applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It is a polymorphic 'python backdoors' crypter written in python by Hadi Mene (h4d3s).  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • NXcrypt can inject malicious Python files into a normal file using a multi-threading system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              NXcryptby Hadi999

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 358 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              no licences License: No License (null)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              NXcrypt - 'python backdoor' framework

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NXcryptby Hadi999

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 358 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NXcrypt - 'python backdoor' framework
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gpgsync:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • GPG in Python, it's crucial for key management, encryption, and digital signatures.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • GPG provides a way to secure communication and data integrity.   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It can enhance the security of your apps. It helps in dealing with sensitive information.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gpgsyncby firstlookmedia

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 303 doticonVersion:v0.3.6doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  :lock: GPG Sync is designed to let users always have up-to-date public keys for other members of their organization

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gpgsyncby firstlookmedia

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 303 doticonVersion:v0.3.6doticon License: Strong Copyleft (GPL-3.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            :lock: GPG Sync is designed to let users always have up-to-date public keys for other members of their organization
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShellcodeWrapper:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShellcodeWrapper is a Python encryption library, used in Security and Hacking applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Wrappers help organize code by encapsulating related functionalities.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Wrappers often serve as a convenient interface or encapsulation for underlying functionality.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 398 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      no licences License: No License (null)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shellcode wrapper with encryption for multiple target languages

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ShellcodeWrapperby Arno0x

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 398 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Shellcode wrapper with encryption for multiple target languages
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nfreezer:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nfreezer is a Python library used in Security, Encryption applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nFreezer (for encrypted freezer) is an encrypted-at-rest backup tool.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It helps in the cases with untrusted destination servers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nfreezerby josephernest

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 263 doticonVersion:0.0.1doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          nFreezer is an encrypted-at-rest backup tool.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nfreezerby josephernest

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 263 doticonVersion:0.0.1doticon License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    nFreezer is an encrypted-at-rest backup tool.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              oscrypto:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • oscrypto is a Python library that provides a high-level interface to cryptographic operations.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • It is built on top of the cryptography library. It aims to simplify the use of cryptographic functions in Python.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Its ability to offer a consistent API for various cryptographic tasks.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              oscryptoby wbond

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python doticonstar image 262 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        oscryptoby wbond

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Python doticon star image 262 doticonVersion:Currentdoticon License: Permissive (MIT)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  encrypted-dns:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Encrypted DNS (Domain Name System) in Python encryption libraries.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It is crucial for enhancing the security and privacy of internet communication.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • It integrated with encrypted DNS. It ensures the process of resolving domain names to IP addresses is secure.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  encrypted-dnsby xiaoyang-liu-cs

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Python doticonstar image 256 doticonVersion:1.2.0doticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  DNS-over-HTTPS and DNS-over-TLS server and forwarder. (RFC 8484, RFC 7858, RFC 7871)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            encrypted-dnsby xiaoyang-liu-cs

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Python doticon star image 256 doticonVersion:1.2.0doticon License: Permissive (Apache-2.0)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DNS-over-HTTPS and DNS-over-TLS server and forwarder. (RFC 8484, RFC 7858, RFC 7871)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      simple-crypt:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It provides a simple interface for symmetric encryption and decryption.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It can serve as an educational tool. This tool helps individuals who are learning about encryption.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • It allows developers to install basic encryption. It enables them to focus on other aspects of their projects.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      simple-cryptby andrewcooke

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Python doticonstar image 263 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      no licences License: No License (null)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Simple, secure encryption and decryption for Python 2.7 and 3

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                simple-cryptby andrewcooke

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Python doticon star image 263 doticonVersion:Currentdoticonno licences License: No License

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Simple, secure encryption and decryption for Python 2.7 and 3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          privy:  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • privy is a Python encryption library.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It helps in Security, Encryption applications.  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • It is an easy, fast lib to password-protect your data. 

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          privyby ofek

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Python doticonstar image 230 doticonVersion:Currentdoticon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          An easy, fast lib to correctly password-protect your data

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    privyby ofek

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Python doticon star image 230 doticonVersion:Currentdoticon License: Others (Non-SPDX)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    An easy, fast lib to correctly password-protect your data
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Support
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quality
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Security
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          License
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Reuse

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              FAQ 

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1.What is encryption?  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It is the process of converting plaintext data into a secure and unreadable form. It is also known as ciphertext, to protect sensitive information.  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2.Why should I use encryption in Python?  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Encryption helps secure data during transmission or storage, preventing unauthorized access. It's crucial for protecting sensitive information like passwords, personal data, or confidential files.  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3.Which encryption libraries to use in Python?  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Popular encryption libraries in Python include cryptography, PyCryptodome, and cryptography. This library provides high-level cryptographic primitives.  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4.How do I install a Python encryption library?  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              You can install most libraries using a package manager like pip. For example, to install the cryptography library, run pip install cryptography.  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5.What types of encryption algorithms are supported?  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Python encryption libraries often support various algorithms. It includes AES (Advanced Encryption Standard), RSA (Rivest-Shamir-Adleman), and others. Check the documentation for the specific library to see which algorithms are supported.