cryptr icon indicating copy to clipboard operation
cryptr copied to clipboard

Custom Salt Length

Open emelone16 opened this issue 4 years ago • 1 comments

What are your thoughts on moving the variable defined here to an optional paramter in the Crypter constructor?

If we define the default to be the same as it currently is, this would not break backwards compatibility, but allow greater flexibility for users over how they use this library.

Happy to open a PR for this, but want to hear thoughts before I do the work.

EDIT: Learned more about this library and cryptography in general, realized that the salt is really the only length we can vary.

emelone16 avatar Apr 19 '21 01:04 emelone16

I would like this

pedropuppim avatar Aug 18 '22 20:08 pedropuppim

Added in release v6.1.0

MauriceButler avatar Jan 03 '23 02:01 MauriceButler