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) 102 B
const { Srp, Mode, Hash } = require("js-srp"); console.log(new Srp(Mode.SRPTools, Hash.SHA1, 1024));