Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
So I see now that the options for hashing passwords now has the scrypt (9) option. So how do we create a hashed password that the switch will accept?I found a perl module that can create hashes, but the ones I've created are not acceptable.#!/usr/bi...