#crypto #cipher #encode #decode #hash

Overview

๐ŸŒน   CYPHER TOOLS   ๐ŸŒน

Written by TMRSWRR

Version 1.0.0

All in one tools for CRYPTOLOGY.

Instagram: Capture the Root

๐Ÿ–ผ๏ธ Screenshots ๐Ÿ–ผ๏ธ

๐Ÿ“น How to use ๐Ÿ“น

How to use CYPHER TOOLS

Click on the image...

๐Ÿงฐ Features ๐Ÿงฐ

This tool include:

  • ๐Ÿ“ HASH
  • ๐Ÿ“ RSA
  • ๐Ÿ“ XOR
  • ๐Ÿ“ AES (ECC)
  • ๐Ÿ“ AES (CBC)
  • ๐Ÿ“ DES (ECB)
  • ๐Ÿ“ FERNET
  • ๐Ÿ“ RC2
  • ๐Ÿ“ RC4
  • ๐Ÿ“ CHACHA20POLY1305
  • ๐Ÿ“ TRANSPOSITION
  • ๐Ÿ“ DIFFIE HELMAN
  • ๐Ÿ“ IMAGE ENCRYPT/DECRYPT
  • ๐Ÿ“ FILE ENCRYPT/DECRYPT

๐Ÿ“€ Installation ๐Ÿ“€

Installation with requirements.txt

git clone https://github.com/capture0x/cypher
cd cypher
pip3 install -r requirements.txt

Usage

python3 cryptot.py

HASH

Encryption and decryption algorithms ==> BASE64 MD5 SHA1 SHA384 SHA256 SHA512

RSA

Encrypts strings by generating public and private keys

IMAGE ENCRYPT/DECRYPT

Key and iv value must be 16 or 32 bytes, then specify the path of your image

Enter Your IV :1234567812345678
Enter Your Image Path :/home/tmrswrr/Desktop/butterfly.ico
Encrypted : /home/tmrswrr/Desktop/butterfly.ico.wrr
Img Encrypted...
Enter Your IV :1234567812345678
Enter Encrypt Image Path : /home/tmrswrr/Desktop/butterfly.ico.wrr
Key and iv value must be 16 bytes...
Img DEcrypted...

FILE ENCRYPT/DECRYPT

Encryption ==> Specify the path to the files you want to encrypt

1. Encryption
2. Decryption
Choose(1,2): 1
Your Key >> RVT5ITD2gCKpLQYSXn-GRUwfBoUWBx8GZEELdItyOTU=
Enter files path :/home/tmrswrr/Music
Files Encrypted...

1. Encryption
2. Decryption
Choose(1,2): 2
PLease enter your key :RVT5ITD2gCKpLQYSXn-GRUwfBoUWBx8GZEELdItyOTU=
Enter files path :/home/tmrswrr/Music
Files DEcrypted...

Bugs and enhancements

For bug reports or enhancements, please open an issue here.

DONATE BTC ==> 38Gru3iAH4i4Jx5oTt24Ju1ShTfnxFM2nN

Copyright 2021

Owner
email : [email protected] instagram : tmrswrr
asyncio (PEP 3156) Redis support

aioredis asyncio (PEP 3156) Redis client library. Features hiredis parser Yes Pure-python parser Yes Low-level & High-level APIs Yes Connections Pool

aio-libs 2.2k Jan 04, 2023
A Redis client library for Twisted Python

txRedis Asynchronous Redis client for Twisted Python. Install Install via pip. Usage examples can be found in the examples/ directory of this reposito

Dorian Raymer 127 Oct 23, 2022
Sample code to extract data directly from the NetApp AIQUM MySQL Database

This sample code shows how to connect to the AIQUM Database and pull user quota details from it. AIQUM Requirements: 1. AIQUM 9.7 or higher. 2. An

1 Nov 08, 2021
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.

dataset: databases for lazy people In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files. Read the

Friedrich Lindenberg 4.2k Jan 02, 2023
Python client for Apache Kafka

Kafka Python client Python client for the Apache Kafka distributed stream processing system. kafka-python is designed to function much like the offici

Dana Powers 5.1k Jan 08, 2023
A Pythonic, object-oriented interface for working with MongoDB.

PyMODM MongoDB has paused the development of PyMODM. If there are any users who want to take over and maintain this project, or if you just have quest

mongodb 345 Dec 25, 2022
Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line.

Py2neo Py2neo is a client library and toolkit for working with Neo4j from within Python applications and from the command line. The library supports b

Nigel Small 1.2k Jan 02, 2023
A HugSQL-inspired database library for Python

PugSQL PugSQL is a simple Python interface for using parameterized SQL, in files. See pugsql.org for the documentation. To install: pip install pugsql

Dan McKinley 558 Dec 24, 2022
Some scripts for microsoft SQL server in old version.

MSSQL_Stuff Some scripts for microsoft SQL server which is in old version. Table of content Overview Usage References Overview These script works when

ๅฐ็ฆป 5 Dec 29, 2022
Redis Python Client - The Python interface to the Redis key-value store.

redis-py The Python interface to the Redis key-value store. Installation | Contributing | Getting Started | Connecting To Redis Installation redis-py

Redis 11k Jan 08, 2023
A Relational Database Management System for a miniature version of Twitter written in MySQL with CLI in python.

Mini-Twitter-Database This was done as a database design course project at Amirkabir university of technology. This is a relational database managemen

Ali 12 Nov 23, 2022
Lazydata: Scalable data dependencies for Python projects

lazydata: scalable data dependencies lazydata is a minimalist library for including data dependencies into Python projects. Problem: Keeping all data

629 Nov 21, 2022
A Python Object-Document-Mapper for working with MongoDB

MongoEngine Info: MongoEngine is an ORM-like layer on top of PyMongo. Repository: https://github.com/MongoEngine/mongoengine Author: Harry Marr (http:

MongoEngine 3.9k Jan 08, 2023
Application which allows you to make PostgreSQL databases with Python

Automate PostgreSQL Databases with Python Application which allows you to make PostgreSQL databases with Python I used the psycopg2 library which is u

Marc-Alistair Coffi 0 Dec 31, 2021
Python version of the TerminusDB client - for TerminusDB API and WOQLpy

TerminusDB Client Python Development status โš™๏ธ Python Package status ๐Ÿ“ฆ Python version of the TerminusDB client - for TerminusDB API and WOQLpy Requir

TerminusDB 66 Dec 02, 2022
CouchDB client built on top of aiohttp (asyncio)

aiocouchdb source: https://github.com/aio-libs/aiocouchdb documentation: http://aiocouchdb.readthedocs.org/en/latest/ license: BSD CouchDB client buil

aio-libs 53 Apr 05, 2022
MySQL database connector for Python (with Python 3 support)

mysqlclient This project is a fork of MySQLdb1. This project adds Python 3 support and fixed many bugs. PyPI: https://pypi.org/project/mysqlclient/ Gi

PyMySQL 2.2k Dec 25, 2022
The Database Toolkit for Python

SQLAlchemy The Python SQL Toolkit and Object Relational Mapper Introduction SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that giv

SQLAlchemy 6.5k Jan 01, 2023
Python interface to Oracle Database conforming to the Python DB API 2.0 specification.

cx_Oracle version 8.2 (Development) cx_Oracle is a Python extension module that enables access to Oracle Database. It conforms to the Python database

Oracle 841 Dec 21, 2022
Script em python para carregar os arquivos de cnpj dos dados pรบblicos da Receita Federal em MYSQL.

cnpj-mysql Script em python para carregar os arquivos de cnpj dos dados pรบblicos da Receita Federal em MYSQL. Dados pรบblicos de cnpj no site da Receit

17 Dec 25, 2022