Socket-gatekeeper

Latest version: v1.3.2

Safety actively analyzes 620800 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.2

1.3

class GatekeeperSocket(socket.socket):
'''
This represents a socket with the ability to authenticate to a service running behind socket-gatekeeperd.


Call either "doAuthentication" or "doAuthenticationFromInput" after calling 'connect'. This will perform the handshake necessary to continue the connection.

After authenticated, use like a normal socket object.
'''


.....
def doAuthentication(self, password):
'''
doAuthentication - Performs the authentication with given password. This is not very secure, don't use plaintext passwords.
'''
.....


def doAuthenticationFromInput(self):
'''
doAuthenticationFromInput - Prompts tty for password and then performs the gatekeeper handshake.
'''


......

1.2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.