There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
pseudoAuth is a simple Ruby-based implementation of a pseudonymous authentication scheme between a client and a server. Using hashes, public and private key encryption and random challenge-response, a user is authenticated to the server, without actually revealing the real username.