passman

dead simple password manager using state of the art encryption
git clone git://kqueue.dev/passman.git
Log | Files | Refs | README | LICENSE

argon2i-settings.h (179B)


      1 /* Argon2i settings, only change if you know what you're doing */
      2 const uint32_t nb_blocks = 100000;	/* 100 megabytes   */
      3 const uint32_t nb_iterations = 3;	/* 3 iterations    */