Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 405 Bytes

Kerbor

Kerbor is a kerberos-like protocol implementation

Installation

git clone https://github.com/kibach/kerbor.git && cd kerbor
pip install -r requirements.txt
python serve.py

Now, open http://127.0.0.1:5000/newuser in your browser and register new user. For example: test/123098

In separate terminal:

python client.py test 123098

If auth is successful, it just outputs True.