Skip to content

Instantly share code, notes, and snippets.

View JinnCirce's full-sized avatar
😫

jinn6 JinnCirce

😫
View GitHub Profile
<!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 -->
@JinnCirce
JinnCirce / 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(){