Skip to main content

This project is for data encryption with password protection.

Project description

byRo0t96



Ashar Encryption and decryption

This project is for data encryption with password protection.

Installation:

pip install ashar

Usage:

#s
from ashar import ashar

#For encryption
p1=ashar("<PASSWORD>","<TEXT>").encode()
print(p1)

#To decrypt
p2=ashar("<PASSWORD>","<ENCRYPTED_TEXT>").decode()
print(p2)
#e

Examples:

#s
from ashar import ashar

# Example:1
#For encryption
p1=ashar("123","Example:1").encode()
print(p1)

#To decrypt
p2=ashar("123",p1).decode()
print(p2)
#e

Changelog:

1.0.6

  • You can encrypt anything now.
  • Fix bugs.

1.0.0

  • Fix bugs.

0.5.5

  • Fix bugs.

0.5.4

  • Static encryption.
  • Fix bugs.

0.5.3

  • Fix bugs.

0.5.0

  • First public release.




byRo0t96

facebook youtube LinkedIn instagram visitor-badge

ko-fi

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

ashar-1.0.6.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

ashar-1.0.6-py3-none-any.whl (4.8 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