7f8afac092
Let's use the crypt to generate the salt, the crypt.crypt can handle the generation of the salt if we don't pass. Change-Id: I63fca663940e44924a201b166bdd79d8f7710bee Story: 2007443 Task: 39103
10 lines
323 B
YAML
10 lines
323 B
YAML
---
|
|
security:
|
|
- |
|
|
The salt was generated using random and the module it's not in compliance
|
|
with FIPS 140-2. Now we let the salt be automatically generated by the
|
|
crypt function (it will use the strongest method available).
|
|
fixes:
|
|
- |
|
|
The salt now will be automatically generated by the crypt function.
|