Skip to content

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.

Installation

  1. First open your terminal or cmd for windows and type pip install hashbrowns to install the package.
  2. After the package has been installed you can now close cmd or terminal window and open a code editor like VS Code.
  3. Now you can use the package!

Update

If hashbrowns is already installed type pip install hashbrowns --upgrade to update the package.

Requirements

  • Windows/Linux PC
  • Python 3.9+
  • Read and write permissions

Args

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.

Clone this wiki locally