#!/bin/sh V="$(mount | grep veracrypt_aux_mnt)" [ "$V" ] && echo Error: All volumes must be dismounted first. && exit 1 rm -f /usr/bin/veracrypt rm -f /usr/share/applications/veracrypt.desktop rm -f /usr/share/pixmaps/veracrypt.xpm rm -fr /usr/share/veracrypt rm -fr /usr/share/doc/veracrypt echo VeraCrypt uninstalled. rm -f /usr/bin/veracrypt-uninstall.sh ty. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not involve temporary unencrypted files."/>
VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/sha512_sse4_x86.asm
blob: 31c8bd0d8a1845e5470208c737ceddc68fd6e5ae (plain)
1
2
3
4
5
6
7
8
9
10