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

Kerberos-like auth server & client (MZI Lab #4)

Notifications You must be signed in to change notification settings

kibach/kerbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kerberos-like auth server & client (MZI Lab #4)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages