https://github.com/retr0kr0dy/cryptsis
CryptSIS is an encryptor/decryptor working with different Cipher depending on the version.
https://github.com/retr0kr0dy/cryptsis
cryptography encryption-decryption
Last synced: 4 months ago
JSON representation
CryptSIS is an encryptor/decryptor working with different Cipher depending on the version.
- Host: GitHub
- URL: https://github.com/retr0kr0dy/cryptsis
- Owner: Retr0Kr0dy
- License: gpl-3.0
- Created: 2021-10-31T21:57:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T12:35:17.000Z (over 4 years ago)
- Last Synced: 2025-10-19T01:02:44.095Z (8 months ago)
- Topics: cryptography, encryption-decryption
- Language: Python
- Homepage: https://twitter.com/crypt_sis
- Size: 318 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptSIS

## Summary
[CryptSIS._F-app.1.0.6 (last-stable-releases)](https://github.com/Retr0Kr0dy/CryptSIS/releases/tag/CryptSIS_F-app.1.0.6)
[Go check last upgrade of the project](https://github.com/Retr0Kr0dy/CryptSIS/tree/main/AZURA_Version)
CryptSIS 1.x
[CrpyptSIS_1.1](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_11-)
[CrpyptSIS_1.2](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_12-)
[CrpyptSIS_1.3](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_13-)
[CrpyptSIS_1.4](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_14-)
CryptSIS 2.x
[CrpyptSIS_2.1](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_21-)
[CrpyptSIS_2.2](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_22-)
[CrpyptSIS_2.3](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_23-)
[CrpyptSIS_2.4](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_24-)
[CrpyptSIS_2.5](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_25-)
[CrpyptSIS_2.6](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_26-)
[CrpyptSIS_2.secret.1 (triple-blowfish)](https://github.com/Retr0Kr0dy/CryptSIS/blob/main/CryptSIS-2.x/CryptSIS-2.secret.1.py)
CryptSIS 3.x
[CrpyptSIS_3.1](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_31-)
[CrpyptSIS_3.2](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_32)
[CrpyptSIS_3.3](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_33)
[CrpyptSIS_3.4](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_34)
[CrpyptSIS_3.5](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_35)
CryptSIS 4.x
[CrpyptSIS_4.1](https://github.com/Retr0Kr0dy/CryptSIS#--cryptsis_41-)
CryptSIS_F-app.1.0.x
[CrpyptSIS_F-app.1.0.2](https://github.com/Retr0Kr0dy/CryptSIS#crptsis-f-app10x)
[CrpyptSIS_F-app.1.0.4](https://github.com/Retr0Kr0dy/CryptSIS#crptsis-f-app10x)
[CrpyptSIS_F-app.1.0.5](https://github.com/Retr0Kr0dy/CryptSIS#crptsis-f-app10x)
[CrpyptSIS_F-app.1.0.6](https://github.com/Retr0Kr0dy/CryptSIS#crptsis-f-app10x)
## **CrptSIS 1.0**
SHA-256/UTF-8 encryption
### Requirements
- Python 3.9
### Releases
- #### - CryptSIS_1.1 :
```
[not-released]
```
- #### - CryptSIS_1.2 :
>dev-releases
{usable}
```
Simple cryptor/decryptor with a preset key in the code
(key can be ask as an input)
can't use args with this script
⚠️⚠️no Auth⚠️⚠️
```
- #### - CryptSIS_1.3 :
>dev-releases
{usable}
```
$text_block implementation for the output written string
(for easier handling)
can't use args with this script
⚠️⚠️no Auth⚠️⚠️
```
- #### - CryptSIS_1.4 :
>dev-releases
{not-usable}
```
monitoring version
```
## **CrptSIS 2.0**
BLOWFISH encryption
### Requirements
- Python 3.10
- Blowfish lib
### Releases
- #### - CryptSIS_2.1 :
>dev-releases
{not-usable}
```
One-way encryption, no decryption implemented,
random key created without saving it in file so...
Nice for ransomless ransomware lol
(jk be a good kid)
can't use args with this script
```
- #### - CryptSIS_2.2 :
```
[not-released]
```
- #### - CryptSIS_2.3 :
>full-releases
{fully-functional}
```
Two-way encryption, decryption implemented,
random key created with saving it in file
Fully usable, exept no error code
can't use args with this script
⚠️⚠️no Auth⚠️⚠️
```
- #### - CryptSIS_2.4 :
>full-releases
{fully-functional}
```
Two-way encryption, decryption implemented,
random key created with saving it in file
Fully usable with error code
can't use args with this script
⚠️⚠️no Auth⚠️⚠️
```
- #### - CryptSIS_2.5 :
>full-releases
{fully-functional}
```
Two-way encryption, multi-usage key implemented (re-use same key to encrypt another file)
⚠️⚠️no Auth⚠️⚠️
```
- #### - CryptSIS_2.6 :
>full-releases
{fully-functional}
```
Two-way encryption, args implemented
Releases only contain .py, not .exe because of the args usage.
⚠️⚠️no Auth⚠️⚠️
```
- #### - CryptSIS_2.secret.1 :
>dev-releases
{fully-functional}
```
triple blowfish encryption, i don't know why, but here is it.
⚠️⚠️no Auth⚠️⚠️
```
## **CrptSIS 3.0**
pycrypto/AES encryption
### Requirements
- Python 3.10
- Pycryptodome lib
### Releases
- #### - CryptSIS_3.1 :
>dev-releases
{not-usable}
```
Just messing with pycrypto nd testing out thingz
```
- #### - CryptSIS_3.2 :
>dev-releases
{not-usable}
```
making it working 😭
```
- #### - CryptSIS_3.3 :
>dev-releases
{usable}
```
PyCryptodome AES CBC encryption/decryption
⚠️⚠️no Auth (stop bothering me it's coming)⚠️⚠️
```
- #### - CryptSIS_3.4 :
>dev-releases
{usable}
```
PyCryptodome AES CBC encryption/decryption
⚠️⚠️no Auth (stop bothering me it's coming)⚠️⚠️
```
- #### - CryptSIS_3.5 :
>dev-releases
{usable}
```
Now it look like something.
⚠️⚠️no Auth (stop bothering me it's coming)⚠️⚠️
```
## **CrptSIS 4.0**
3x blowfish then 3x AES
### Requirements
- Python 3.10
- Pycryptodome lib
- Blowfish lib
### Releases
- #### - CryptSIS_4.1 :
>dev-releases
{usable}
```
A big mess of code to make useless thingz
```
## **CrptSIS_F-app.1.0.x**
All ciphers usable in one version,
All ciphers in two powerfull hands, yours.
[More developed README.md about CryptSIS_F-app.X.X.X](https://github.com/Retr0Kr0dy/CryptSIS/tree/main/Full_version#cryptsis_f-appxxx)
### Requirements
- Python 3.10
- Blowfish lib
- Pycryptodome lib
- Cryptography lib
### Releases
- #### - CryptSIS_F-app.1.0.1 :
```
[not-released]
```
- #### - CryptSIS_F-app.1.0.2 :
>full-releases
{fully-functional}
```
Contain following ciphers ;
- SHA256/utf-8
- BLOWFISH
- AES-256-CBC
```
- #### - CryptSIS_F-app.1.0.3 :
```
[not-released]
```
- #### - CryptSIS_F-app.1.0.4 :
>full-releases
{fully-functional}
```
Contain following ciphers ;
- SHA256/utf-8
- BLOWFISH
- AES-256-CBC
- 2x3 (not working)
```
- #### - CryptSIS_F-app.1.0.5 :
>full-releases
{fully-functional}
```
Contain following ciphers ;
- SHA256/utf-8
- BLOWFISH
- AES-256-CBC
- 2x3 (still not working)
```
- #### - CryptSIS_F-app.1.0.6 :
>full-releases
{fully-functional}
```
Contain following ciphers ;
- SHA256/utf-8
- BLOWFISH
- AES-256-CBC
- 2x3 (now working,... nah just kidding, still not ready for use)
- RSA (1024, 2048 and 3072 bits key lenght)
- AES-RSA
```
[See more about CryptSIS_F-app.X.X.X](https://github.com/Retr0Kr0dy/CryptSIS/tree/main/Full_version#cryptsis_f-appxxx)
## **CrptSIS_AZURA-app.x.x.x**
All ciphers usable in one version,
All ciphers in two powerfull hands, yours.
Folder encryption (each files seperatly)
Colored CLI, last update of the CryptSIS project
[More developed README.md about CryptSIS_AZURA-app.X.X.X](https://github.com/Retr0Kr0dy/CryptSIS/tree/main/AZURA_Version)
### Requirements
- Python 3.10
- Blowfish lib
- Pycryptodome lib
- Cryptography lib
### Releases
- #### - CryptSIS_F-app.1.0.1 :
```
>dev-releases
{usable}
```