Skip to content

Instantly share code, notes, and snippets.

View Jan69's full-sized avatar
😫

jan6 Jan69

😫
View GitHub Profile
@Jan69
Jan69 / openpgp.md
Last active December 13, 2021 12:30
@Jan69
Jan69 / puss.sh
Last active December 12, 2021 23:48
simple unix password manager in shell script, alternative to passwordstore.org
#!/bin/sh
# pusswordstore - jan6's simple, *nix password manager
# name comes from combining "pus" with "passwordstore", as it's inspired from passwordstore.org, but without the unneeded complexity
# should work with any posix shell, in any posix-ish environment, with any encryption tool
# en-/decryption wrapper
# use whatever tool you want, gpg, scrypt, age, openssl enc, you name it
puss_crypt(){
@Jan69
Jan69 / index.html
Created October 4, 2019 19:36
page1
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>table pixels</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->