Skip to content

marianocordoba/oms-firebase-scrypt

Repository files navigation

Firebase Scrypt

Open Microservice Specification Version License: MIT

When you export accounts from Firebase, their passwords are encrypted using a modified version of the scrypt algorithm. This service can be used to validate passwords of accounts exported from Firebase.

Usage

You will need the hash parameters from Firebase. Go to Firebase Console > Authentication and click the menu on the top right corner of the users list, then click on Password hash parameters

Actions

  • hash

    Storyscript:

    hashed = firebase-scrypt hash memCost:14 rounds:8 saltSeparator:"yoursaltseparator" signerKey:"yoursignerkey" salt="randomsalt" password="verysecurepassword"

    Output:

    GWWlYtpW8fgd
    

About

A service to encrypt using Firebase Scrypt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published