format-preserving-encryption-java
format-preserving-encryption-java copied to clipboard
minLenght < maxLength issue
Hi, the NIST Recommendation SP 800-38G document specify that the parameters minLenght and maxLength can be equals, but in your implementation it's required to be 2 distinct values. Am i wrong?