#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
A simple python package that perform SQL Server Source Control and Auto Deployment.

deploydb Deploy your database objects automatically when the git branch is updated. Production-ready! โš™๏ธ Easy-to-use ๐Ÿ”จ Customizable ๐Ÿ”ง Installation I

Mert Gรผvenรงli 10 Dec 07, 2022
Kafka Connect JDBC Docker Image.

kafka-connect-jdbc This is a dockerized version of the Confluent JDBC database connector. Usage This image is running the connect-standalone command w

Marc Horlacher 1 Jan 05, 2022
A Python wheel containing PostgreSQL

postgresql-wheel A Python wheel for Linux containing a complete, self-contained, locally installable PostgreSQL database server. All servers run as th

Michel Pelletier 71 Nov 09, 2022
aiosql - Simple SQL in Python

aiosql - Simple SQL in Python SQL is code. Write it, version control it, comment it, and run it using files. Writing your SQL code in Python programs

Will Vaughn 1.1k Jan 08, 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
DBMS Mini-project: Recruitment Management System

# Hire-ME DBMS Mini-project: Recruitment Management System. ๐Ÿ’ซ โœจ Features Python + MYSQL using mysql.connector library Recruiter and Client Panel Beau

Karan Gandhi 35 Dec 23, 2022
MinIO Client SDK for Python

MinIO Python SDK for Amazon S3 Compatible Cloud Storage MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operat

High Performance, Kubernetes Native Object Storage 582 Dec 28, 2022
Micro ODM for MongoDB

Beanie - is an asynchronous ODM for MongoDB, based on Motor and Pydantic. It uses an abstraction over Pydantic models and Motor collections to work wi

Roman 993 Jan 03, 2023
asyncio compatible driver for elasticsearch

asyncio client library for elasticsearch aioes is a asyncio compatible library for working with Elasticsearch The project is abandoned aioes is not su

97 Sep 05, 2022
PostgreSQL database access simplified

Queries: PostgreSQL Simplified Queries is a BSD licensed opinionated wrapper of the psycopg2 library for interacting with PostgreSQL. The popular psyc

Gavin M. Roy 251 Oct 25, 2022
A simple password manager I typed with python using MongoDB .

Python with MongoDB A simple python code example using MongoDB. How do i run this code โ€ข First of all you need to have a python on your computer. If y

31 Dec 06, 2022
TileDB-Py is a Python interface to the TileDB Storage Engine.

TileDB-Py TileDB-Py is a Python interface to the TileDB Storage Engine. Quick Links Installation Build Instructions TileDB Documentation Python API re

TileDB, Inc. 149 Nov 28, 2022
Create a database, insert data and easily select it with Sqlite

sqliteBasics create a database, insert data and easily select it with Sqlite Watch on YouTube a step by step tutorial explaining this code: https://yo

Mariya 27 Dec 27, 2022
Python PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.

Python PG Extras Python port of Heroku PG Extras with several additions and improvements. The goal of this project is to provide powerful insights int

Paweล‚ Urbanek 35 Nov 01, 2022
Asynchronous interface for peewee ORM powered by asyncio

peewee-async Asynchronous interface for peewee ORM powered by asyncio. Important notes Since version 0.6.0a only peewee 3.5+ is supported If you still

05Bit 666 Dec 30, 2022
Records is a very simple, but powerful, library for making raw SQL queries to most relational databases.

Records: SQL for Humansโ„ข Records is a very simple, but powerful, library for making raw SQL queries to most relational databases. Just write SQL. No b

Kenneth Reitz 6.9k Jan 03, 2023
Python PostgreSQL adapter to stream results of multi-statement queries without a server-side cursor

streampq Stream results of multi-statement PostgreSQL queries from Python without server-side cursors. Has benefits over some other Python PostgreSQL

Department for International Trade 6 Oct 31, 2022
sync/async MongoDB ODM, yes.

ฮผMongo: sync/async ODM ฮผMongo is a Python MongoDB ODM. It inception comes from two needs: the lack of async ODM and the difficulty to do document (un)

Scille 428 Dec 29, 2022
Official Python low-level client for Elasticsearch

Python Elasticsearch Client Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Py

elastic 3.8k Jan 01, 2023
Python ODBC bridge

pyodbc pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed wit

Michael Kleehammer 2.6k Dec 27, 2022