🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

uncrypt

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Malware was recently detected in this package.

Affected versions:

0.1.00.1.10.1.2

uncrypt

A simple Python library for encrypting and decrypting text with an embedded key

pipPyPI
Version
0.1.2
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

uncrypt

A simple Python library for encrypting and decrypting text with XOR and an embedded key inside the package.

Usage

from uncrypt import encrypt_text, decrypt_text

ciphertext = encrypt_text("Hello")
print(ciphertext)
print(decrypt_text(ciphertext))

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts