#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
Pure Python MySQL Client

PyMySQL Table of Contents Requirements Installation Documentation Example Resources License This package contains a pure-Python MySQL client library,

PyMySQL 7.2k Jan 09, 2023
New generation PostgreSQL database adapter for the Python programming language

Psycopg 3 -- PostgreSQL database adapter for Python Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python. Installation Quick versio

The Psycopg Team 880 Jan 08, 2023
A fast PostgreSQL Database Client Library for Python/asyncio.

asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio asyncpg is a database interface library designed specifically for PostgreSQL a

magicstack 5.8k Dec 31, 2022
Databank is an easy-to-use Python library for making raw SQL queries in a multi-threaded environment.

Databank Databank is an easy-to-use Python library for making raw SQL queries in a multi-threaded environment. No ORM, no frills. Thread-safe. Only ra

snapADDY GmbH 4 Apr 04, 2022
A wrapper for SQLite and MySQL, Most of the queries wrapped into commands for ease.

Before you proceed, make sure you know Some real SQL, before looking at the code, otherwise you probably won't understand anything. Installation pip i

Refined 4 Jul 30, 2022
MySQL Operator for Kubernetes

MySQL Operator for Kubernetes The MYSQL Operator for Kubernetes is an Operator for Kubernetes managing MySQL InnoDB Cluster setups inside a Kubernetes

MySQL 462 Dec 24, 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
Neo4j Bolt driver for Python

Neo4j Bolt Driver for Python This repository contains the official Neo4j driver for Python. Each driver release (from 4.0 upwards) is built specifical

Neo4j 762 Dec 30, 2022
A tiny python web application based on Flask to set, get, expire, delete keys of Redis database easily with direct link at the browser.

First Redis Python (CRUD) A tiny python web application based on Flask to set, get, expire, delete keys of Redis database easily with direct link at t

Max Base 9 Dec 24, 2022
SQL queries to collections

SQC SQL Queries to Collections Examples from sqc import sqc data = [ {"a": 1, "b": 1}, {"a": 2, "b": 1}, {"a": 3, "b": 2}, ] Simple filte

Alexander Volkovsky 0 Jul 06, 2022
A collection of awesome sqlite tools, scripts, books, etc

Awesome Series @ Planet Open Data World (Countries, Cities, Codes, ...) β€’ Football (Clubs, Players, Stadiums, ...) β€’ SQLite (Tools, Books, Schemas, ..

Planet Open Data 205 Dec 16, 2022
SAP HANA Connector in pure Python

SAP HANA Database Client for Python Important Notice This public repository is read-only and no longer maintained. The active maintained alternative i

SAP Archive 299 Nov 20, 2022
Implementing basic MongoDB CRUD (Create, Read, Update, Delete) queries, using Python.

MongoDB with Python Implementing basic MongoDB CRUD (Create, Read, Update, Delete) queries, using Python. We can connect to a MongoDB database hosted

MousamSingh 4 Dec 01, 2021
A pandas-like deferred expression system, with first-class SQL support

Ibis: Python data analysis framework for Hadoop and SQL engines Service Status Documentation Conda packages PyPI Azure Coverage Ibis is a toolbox to b

Ibis Project 2.3k Jan 06, 2023
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
PyRemoteSQL is a python SQL client that allows you to connect to your remote server with phpMyAdmin installed.

PyRemoteSQL Python MySQL remote client Basically this is a python SQL client that allows you to connect to your remote server with phpMyAdmin installe

ProbablyX 3 Nov 04, 2022
Dinamopy is a python helper library for dynamodb

Dinamopy is a python helper library for dynamodb. You can define your access patterns in a json file and can use dynamic method names to make operations.

Rasim AndΔ±ran 2 Jul 18, 2022
Python MYSQL CheatSheet.

Python MYSQL CheatSheet Python mysql cheatsheet. Install Required Windows(WAMP) Download and Install from HERE Linux(LAMP) install packages. sudo apt

Mohammad Dori 4 Jul 15, 2022
Pure-python PostgreSQL driver

pg-purepy pg-purepy is a pure-Python PostgreSQL wrapper based on the anyio library. A lot of this library was inspired by the pg8000 library. Credits

Lura Skye 11 May 23, 2022
Prometheus instrumentation library for Python applications

Prometheus Python Client The official Python 2 and 3 client for Prometheus. Three Step Demo One: Install the client: pip install prometheus-client Tw

Prometheus 3.2k Jan 07, 2023