docs icon indicating copy to clipboard operation
docs copied to clipboard

docs: add guide for importing SCrypt passwords

Open LandonPattison opened this issue 1 year ago • 0 comments

Related Issue or Design Document

Checklist

  • [x] I have read the contributing guidelines and signed the CLA.
  • [ ] I have referenced an issue containing the design document if my change introduces a new feature.
  • [x] I have read the security policy.
  • [x] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security vulnerability, I confirm that I got green light (please contact [email protected]) from the maintainers to push the changes.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • [ ] I have added necessary documentation within the code base (if appropriate).

Further comments

Added documentation for showing how to import SCrypt algorithm passwords PR to implement scrypt algorithm importing: https://github.com/ory/kratos/pull/2689

LandonPattison avatar Aug 30 '22 19:08 LandonPattison