-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart Guide
Cooper edited this page Mar 2, 2023
·
8 revisions
This guide will walk you through the installation process and simple usage of the hashbrowns cryptography package.
- First open your terminal or cmd for windows and type
pip install hashbrownsto install the package. - After the package has been installed you can now close cmd or terminal window and open a code editor like VS Code.
- Now you can use the package!
If hashbrowns is already installed type pip install hashbrowns --upgrade to update the package.
- Windows/Linux PC
- Python 3.9+
- Read and write permissions
Most function in hashbrowns is listed below to use these in a python file type the following.
from colorum import <Class you want>functions.clearconsole() encryption.standard()
functions.checkfile() encryption.double()
functions.mutilate()
functions.getinfo() decryption.standard()
functions.wipefile() decryption.double()
functions.keyword()
key.validatekey()
hash.hash() key.keypair()
hash.hashfile() key.solokey()
hash.comparehash() key.secure()
Problems? Feel free to make a ticket, follow this guide if you feel lost.