diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-07 16:16:34 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-07 16:16:34 +0900 |
| commit | 62efb7d4fb797d336fc835fc3a941e8ed3d2ccdb (patch) | |
| tree | 397e0fa59cecd7525bebaee539704c02b96d5009 | |
| parent | 77e73ebfa980f3d4f2ca87009946379afc7df291 (diff) | |
modified bin/ecrypt
| -rwxr-xr-x | ar/.local/bin/ecrypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/ecrypt b/ar/.local/bin/ecrypt index 5547dcb..ace0eb7 100755 --- a/ar/.local/bin/ecrypt +++ b/ar/.local/bin/ecrypt @@ -2,7 +2,7 @@ mount_encrypted() { ! mount | grep -q " $1 " && echo "$PASSPHRASE" | sudo mount -t ecryptfs "$1" "$2" \ - -o ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_passthrough=no,ecryptfs_enable_filename_crypto=yes,ecryptfs_sig=$ECRYPTFS_SIG,ecryptfs_fnek_sig=$FNEK_SIG,passwd=$(printf '%s' "$PASSPHRASE") + -o ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_passthrough=no,ecryptfs_enable_filename_crypto=yes,ecryptfs_sig=$ECRYPTFS_SIG,ecryptfs_fnek_sig=$FNEK_SIG,key=passphrase:passphrase_passwd=$(printf '%s' "$PASSPHRASE") } attempt_mount() { |
