<oembed><type>rich</type><version>1.0</version><title>oi wrote</title><author_name>oi (npub16v…u6ry8)</author_name><author_url>https://yabu.me/npub16vrshrvn3q7gpk990qu8ege6upjdcvpp3tgyaqalfmdjwlygr7ls4u6ry8</author_url><provider_name>njump</provider_name><provider_url>https://yabu.me</provider_url><html>That&#39;s not what I posted =&gt;&#xA;All I see is #VeraCrypt. He&#39;s podcasting, you can listen with Android on https://fountain.fm/oi?code=ce25e6f91a , his podcast https://fountain.fm/show/m7qullz5GucrfjeqaB9l&#xA;&#xA;You can use  CryptSetup on #Linux: (assuming `sudo` in front of each command)&#xA;&#xA;```&#xA;fdisk -l&#xA;```&#xA;Assuming `mmcblk0` is the sdcard:&#xA;&#xA;&#xA;`shred -v -n 1 /dev/mmcblk0`&#xA;&#xA;where -v, verbose and -n, number of iterations&#xA;&#xA;```cryptsetup luksFormat /dev/mmcblk0&#xA;&#xA;cryptsetup luksOpen /dev/mmcblk0 opt&#xA;&#xA;ls -arlt /dev/mapper | tail&#xA;ls -l /dev/mapper/opt&#xA;&#xA;mkfs -t ext4 /dev/mapper/opt```&#xA;&#xA;Where we&#39;ve named the encrypted drive `opt` and opened in the systems /opt directory, -t is type ext4 which works on Linux systems &#xA;&#xA;```mount /dev/mapper/opt /opt&#xA;&#xA;umount /opt&#xA;cryptsetup luksClose opt&#xA;&#xA;ls -l /dev/mapper/opt &#xA;&#xA;&#39;no such file&#39;```&#xA;nostr:nevent1qqsvz4tylmxuq55t5z3l248n9rgvcttr6net683sv28snaqmwk3acvqpz3mhxue69uhhyetvv9ujumn0wd68ytnzvupzp5c8pwxe8zpusrv227pc0j3n4crymsczrzksf6pm7nkmya7gs8alqvzqqqqqqytu790e</html></oembed>