Skip to content

Instantly share code, notes, and snippets.

"""
Script to check the hash of a file
and compare it to the reference hash.
Only works with SHA algorithms.
usage: python shacheck.py [-h] [--abs] algorithm filename ref_hash
positional arguments:
algorithm the SHA algorithm used for the hash generation (e.g. 256)
filename relative path of the file to check the ref_hash with
@Criomby
Criomby / index.html
Last active April 8, 2023 05:39
openpassword.app
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Code" rel="stylesheet">