Veracrypt: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 May 2025

  • curprev 23:2123:21, 27 May 2025Admin talk contribs 811 bytes +55 No edit summary
  • curprev 23:1923:19, 27 May 2025Admin talk contribs 756 bytes +1 No edit summary
  • curprev 23:1823:18, 27 May 2025Admin talk contribs 755 bytes −8 No edit summary
  • curprev 23:1823:18, 27 May 2025Admin talk contribs 763 bytes +763 Created page with "How to create a new veracrypt-encrypted volume using zulucrypt: required packages: <pre> apt-get install zulucrypt-cli </pre> - create a new empty file with a size of 10MB <pre> dd if=/dev/zero of=test.vc bs=1M count=10 </pre> - encrypt the file and create an ext2 filesystem in it <pre> sudo zuluCrypt-cli -c -d test.vc -t vcrypt -z ext2 </pre> NOTE: run as sudo if you get a 'setgroups' error NOTE: install 'dosfstools' if you get a mkfs.vfat fi..."