
10 Oct
2021
10 Oct
'21
6:37 p.m.
nusenu:
cut -b 33- ed25519_master_id_public_key |base64
hint: don't use this Since cut is line based it will only read until the end of the line but the input file is not a text file - so it will stop reading at random offsets. -- https://nusenu.github.io