Skip to main content

A Mint is like a hash in the way of being a file ID but a Mint is not all ways the same size and can be somewhat decoded to a point and a full Mint holds more data then hash as well, Mints can help with data verifing and are harder to crack(only if its a full Mint).

Project description

Minting a string:

import Dino #Imports DinoMint

print(Dino.Parvus("string")) #Prints Small Mint
print(Dino.Magnum("string")) #Prints Big Mint

Minting a file:

import Dino #Imports DinoMint

file = "file.txt" #The file you want to Mint
print(Dino.Parvus(open(file,'rb').read())) #Prints Small Mint
print(Dino.Magnum(open(file,'rb').read())) #Prints Big Mint

Project details


Release history Release notifications | RSS feed

This version

0.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

DinoMint-0.7-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page