C# (CSharp) Lidgren.Network.Authentication NetSRP - 14 exemples trouvés. Ce sont les exemples réels les mieux notés de Lidgren.Network.Authentication.NetSRP extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Library of SRP Functions used in SRP protocol. Refs: http://srp.stanford.edu/design.html http://www.ietf.org/internet-drafts/draft-ietf-tls-srp-09.txt Required Credit to Tom Wu for the SRP algo: "This product uses the 'Secure Remote Password' cryptographic authentication system developed by Tom Wu ([email protected])." Note: Method naming follows the SRP6 naming of variables which may be a single upper case or lower case character. This allows a reader to more easily follow the protocol at the expense of non-standard method naming convension.