Skip to content

r3m8/cryptsetup-patch-argon2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

git clone https://gitlab.com/cryptsetup/cryptsetup
cd cryptsetup/

patch -p1 < cryptsetup_modifications.patch

./autogen.sh && ./configure && make

# For 4 iterations, 16 threads and 32GB of RAM
./cryptsetup luksFormat --pbkdf-force-iterations 4 --pbkdf-parallel 16 --pbkdf-memory 33554432 /dev/sda1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published