Python script that analyses news headline or body sentiment and returns the overall media sentiment of any given coin. It can take multiple coins and keywords as input. You will need an account with RAPID API, and keys to the two APIs used in the script. Please see my blog for a complete guide: https://www.cryptomaton.org/2021/04/05/how-to-analyse-daily-news-sentiment-for-cryptocurrency-with-python/
This python module can analyse cryptocurrency news for any number of coins given and return a sentiment. Can be easily integrated with a Trading bot to keep an eye on the news.
Overview
SSEPy: Implementation of searchable symmetric encryption in pure Python
SSEPy: Implementation of searchable symmetric encryption in pure Python Searchable symmetric encryption, one of the research hotspots in applied crypt
This program can encrypt/ decrypt any string
Ceasar_cipher Hey this is J0ey, this program is a very basic Caesar cipher encoder/decoder. In order to use this program, you will need to have Python
A python script for AES Angecryption in Steganography
Angecryption is an encryption or an decryption result from a file to create an other file with the same / or not type.
CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python.
CertPy CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python. Certificate “profiles” are implemented as Pytho
Pogramme de chiffrement et déchiffrement césar d'un message en python3.
Chiffrement Cesar En Python3 Pogramme de chiffrement et déchiffrement césar d'un message en python3. Explication du chiffrement César avec complexité
This program generate hashes from random salts
Hash Generator This program generate hashes from random salts. How to install Install this program using python 3 and pip: pip install . In the future
Python binding to the Networking and Cryptography (NaCl) library
PyNaCl: Python binding to the libsodium library PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. T
A crypto wallet to send bnb and ether coin using web3.py and moralis speedy node
A crypto wallet to send bnb and ether coin using web3.py and moralis speedy node
A little side-project API for me to learn about Blockchain and Tokens
BlockChain API I built this little side project to learn more about Blockchain and Tokens. It might be maintained and implemented to other projects bu
Simple crypto & blockchain implementation written in Python
JaamoCoin - simple Python blockchain example This is a very simple blockchain example written in Python. Based on this tutorial: https://medium.com/co
Python-RSA is a pure-Python RSA implementation.
Pure Python RSA implementation Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures
This is a basic encryption and decryption program made in python.
A basic encryption and decryption program to visualize how the process of protecting data works.
SysWhispers integrated shellcode loader w/ ETW patching & anti-sandboxing
TymSpecial Shellcode Loader Description This project was made as a way for myself to learn C++ and gain insight into how EDR products work. TymSpecial
Python FFI bindings for libsecp256k1 (maintained)
secp256k1-py Python FFI bindings for libsecp256k1 (an experimental and optimized C library for EC operations on curve secp256k1). Previously maintaine
An BlockChain Based solution for storing the medical records
Blockchain-based Medical Records 📄 Abstract Blockchain has the ability to keep an incorruptible, decentralized, and transparent log of all patient da
A lightweight encryption library in python.
XCrypt About This was initially a project to prove that I could make a strong encryption but I decided to publish it so that the internet peoples coul
A Python library to wrap age and minisign to provide key management, encryption/decryption and signing/verification functionality.
A Python library to wrap age and minisign to provide key management, encryption/decryption and signing/verification functionality.
Tron Wallet (TRX) Crack Finder With Python Just 64 Line
TRXGEN Tron Wallet Finder and Crack With Python Tron Wallet (TRX) Crack Finder With Python Just 64 Line My tools [pycharm + anaconda3 + python3.8 + vi
Persian caesar and rot16 encryptor and decryptor
persian caesar and rot16 encrypt and decrypt how to install if you use windows python -m venv .venv .\.venv\Script\activate python -m pip install -r r
obj-encrypt is an encryption library based on the AES-256 algorithm.
obj-encrypt is an encryption library based on the AES-256 algorithm. It uses Python objects as the basic unit, which can convert objects into binary ciphertext and support decryption. Objects encrypt