Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

qbit@mammothcirc.usQ

qbit@mammothcirc.us

@qbit@mammothcirc.us
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • Can you run Signal with basically no iOS or Android devices right now and still do the (mandatory) prove-your-phone-id steps?
    qbit@mammothcirc.usQ qbit@mammothcirc.us

    @cwebber for sure you can run Molly in Waydroid (as a linked device). I have been meening to try Signal proper.. but haven't had time.

    Uncategorized

  • dear lazyweb,has anyone made a firefox extension yet that will just take a keepass
    qbit@mammothcirc.usQ qbit@mammothcirc.us

    @RussSharek @khm

    https://codeberg.org/qbit/dotconf/raw/branch/master/bin/rage

    #!/bin/sh
    
    set -e
    
    rage_dir=~/.rage
    
    . ${rage_dir}/config
    
    cmd=$1
    
    list() {
    	find $rage_dir -type f -name \*.age
    }
    
    if [ -z ${cmd} ]; then
    	list
    	exit
    fi
    
    case $cmd in
    	ls)
    		list
    		;;
    	re)
    		F=""
    		if [ -f $2 ]; then
    			F=$2
    		else
    			F=$(list | grep $2)
    		fi
    
    		echo "Re-encrypting: '${F}'"
    		pass="$(age -i $identity -d "${F}")"
    		echo "$pass" | age -a -R "${recipients}" > "${F}"
    		;;
    	en)
    		printf 'Password: '
    		stty -echo
    		read pass
    		stty echo
    		echo ""
    		printf 'Location: '
    		read loc
    		echo ""
    		mkdir -p "$(dirname ~/.rage/${loc})"
    		echo "$pass" | age -a -R "${recipients}" > ~/.rage/${loc}.age
    		;;
    	de)
    		if [ -f $2 ]; then
    			age -i $identity -d $2
    		else
    			F=$(list | grep $2)
    			age -i $identity -d "${F}"
    		fi
    		;;
    	otp)
    		if [ -f $2 ]; then
    			age -i $identity -d $2 | oathtool -b --totp -
    		else
    			F=$(list | grep $2)
    			age -i $identity -d "${F}" | oathtool -b --totp -
    		fi
    		;;
    	push)
    		cd $rage_dir
    		git push
    		;;
    	sync)
    		cd $rage_dir
    		git sync
    		;;
    	default)
    		list
    esac
    
    Uncategorized

  • dear lazyweb,has anyone made a firefox extension yet that will just take a keepass
    qbit@mammothcirc.usQ qbit@mammothcirc.us

    @khm ya. Atm i am using a shell script that wraps age... And bitwarden.. The shell script could cover all my usage if i could figure out a way to do ssh-agent like bulk decrypt.

    Uncategorized

  • dear lazyweb,has anyone made a firefox extension yet that will just take a keepass
    qbit@mammothcirc.usQ qbit@mammothcirc.us

    @khm i have recently been on a password manager hate train.. So far absolutely everything makes me angry in some way

    Uncategorized
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups