Does Cisco have a published document that shows the requirements for their SCRYPT implementation (type 9 encryption)?
I want to be able to generate all of my secrets off the device and them import them later but I need to know the values they use for the algorithm:
- password
- max_mem
- max_mem_frac
- max_time
I also need to know the format, because it looks like a custom Base64 conversion.
$9$k15IQfOS.Gh1Db$OBWJlV0PfaX3DaN7CH5UF97UL.YlSAoUm/dJslcoySk
Thanks!