Skip to main content

A encryption which decrypts using brute force.

Project description

bfencryption

A encryption tool.

Simple encryption

Use encrypt(<input>, <key>)

to use the simple encryption. It returns the encrypted string.

Use decrypt(<encrypted input>, <key>)

to decrypt a simple encrypted string. It returns the decrypted string.

Safer encryption

This version is safer, but the encrypted string is very long.

You need to specify the security level. The higher the security level,

the longer the encrypted string, and it needs longer to decrypt.

Security levels

1 is the same as the simple encryption.

The higher you go, the longer it takes to decrypt it.

2 or 3 is good for the most use cases.


Use safe_encrypt(<input>, <key>, <security level>)

to encrypt a string with a security level. It returns the encrypted string.

Use safe_decrypt(<encrypted input>, <key>, <security level>)

to decrypt an encrypted string with a security level.

The security level has to be the same as the security level used in the encryption.

It returns the decrypted string.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bfencryption-0.1.5.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

bfencryption-0.1.5-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page