Developed by Developers, Contributed by Contributers.
Project description
This is a very basic library that encrypts and decrypts the text. No matter whatever the text is !!!
- It uses no external libraries. So, Your text is secure with this library.
- Plus, The letter encrypted here is never the same as the result of any previous encrypted value.
- Plus, It encrypts and decrypts all the keys included the
Rupeesymbol with all the keywords present on the regular keyboards. If some Don't work, create an issue asking for theletterto be added in the library via GitHub. We will soon improve it and deploy it in the new version.
How Can this happen?
This encrypts and decrypts the text as per your text length.
This means if Cat is encrypted, The result will be like 6>G.
And if Cake is encrypted, Instead of 6>gp the result will be different like 2:An
So, decrypting the text without this library is difficult, But not impossible. Developers are on this issue and will soon improve this after ver 0.1.5
But how to use it ??
How to install the library ?? :-
This is for installing on windows OS, For other systems, You can Google it or even visit Pypi.org for detailed documentation.
1. To install this library:-
pip install secureme
2. To update this library:-
pip install secureme --upgrade
How to use the library ?? :-
First, you will have to import this in your Python files by import secureme.
You can also import a single function from the library by from secureme import <Function Name Here>.
1. To Encrypt the text :-
secureme.encrypt(<Any Text Here>)
2. To Decrypt the Encrypted value :-
secureme.decrypt(<Encrypted Text Here>)
3. To check that this libary works for your text or not, Use :-
secureme.decrypt(secureme.encrypt(<Your Text Goes Here>))
Then you can do whatever you want to do with the Encrypted text or with Decrypted text.
This can also be used for decrypting the passwords which are saved on the Google Sheets or Excel Sheet. The decrypted Passwords can be retrieved by a Telegram Bot or any other service you prefer.
For more information you can contact me on Social Media via Telegram or E-Mail
| Contributers | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| Names | Jainam | Shivam | Ayesha | This is reserved only for you. |
Note:-
From later versions after 0.1.5 the Encrypted text with versions below 0.1.5 won’t be Decrypted after the up-gradation of this library, you will need to Save all the encrypted text in the normal Text and then Re-Encrypt it. This is done for giving better security to your text. If you don't want to update, Don't. It's your wish. Upgrading gives extra security to prevent anyone to break the Encrypted text. As the version levels up, the security also levels up. So, it is advised to keep this library up-to-date !!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file secureme-0.0.4.tar.gz.
File metadata
- Download URL: secureme-0.0.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af72b76acb2e4f81b4acae67591c898ea897f155905edb4f2064ebd0c4e52e2b
|
|
| MD5 |
9daad1ee2c9ae40000de2d0191d07ab8
|
|
| BLAKE2b-256 |
1a1d264d639c426e8d9a2a634aae77a53f0a871254a12a9ad6cdae1d3d6ad2a4
|
File details
Details for the file secureme-0.0.4-py3-none-any.whl.
File metadata
- Download URL: secureme-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
067b6c285b26c37f1301bb33e794036375ed54b73ebd759fdf9117f91fe225a3
|
|
| MD5 |
d78027f528e104fef5c5b926405bd6de
|
|
| BLAKE2b-256 |
451e988ce546c1cdadf10c834f2cd358eb1d9ebc331056076ab20c7e18a9ab9c
|