UNPKG

@foxt/js-srp

Version:

js-srp modified to add support for the SRP implementation used by Apple's iCloud.com

4 lines (2 loc) 97 B
import { Srp, Mode, Hash } from "js-srp"; console.log(new Srp(Mode.SRPTools, Hash.SHA1, 1024));