Relock Sentinel - continous passive authentication engine.
Project description
Relock python SDK
Relock introduces a groundbreaking approach to security through continuous passive authentication. This innovative technology works silently in the background, constantly validating the legitimacy of user sessions in real-time. By doing so, Relock effectively neutralizes the risks associated with both phishing attacks, where users are tricked into revealing credentials, and session hijacking, where attackers seize control of active user sessions.
Minimal example
Run service:
docker pull relockid/sentinel
docker run --privileged --network host -it relock/sentinel run \
--host 127.0.0.1 --port 8111 \
--multiprocessing
Python:
python3 -m pip install relock
from relock import Flask as relock
GitHub repository
This repository contains ready-to-use, minimal implementation of the producer server and the consumer for test purpose of re:lock sentinel. This minimal implementation makes it easy to check how the system works in practice.
You can run the demo solution on one machine, as consumer and producer may use the same enclave for this purpose.
Links
- Docker: https://hub.docker.com/u/relockid
- Documentation: https://relock.security/docs
- Demo Source Code: https://github.com/relockid
- Issue Tracker: https://github.com/relockid/sentinel/issues
- Website: https://relock.security/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file relock-0.6.99.tar.gz.
File metadata
- Download URL: relock-0.6.99.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8318f870271a5adb99192c133a0ac52a12f92e4aa91d46191316625c27ecadcb
|
|
| MD5 |
e9678de3bf1c5ce4c4b650d52b918f96
|
|
| BLAKE2b-256 |
c798a4bcfde8e30701ca7d59ed9e464daaf5e67da1bd2470b569af0da25b9f95
|
File details
Details for the file relock-0.6.99-py3-none-any.whl.
File metadata
- Download URL: relock-0.6.99-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b6a3e84cdf4b3bf665e4b4e9e40c24bf353a555e9645007a90d446b5f2e6f34
|
|
| MD5 |
70736eaae0aae59e1dc11e41160ea8a6
|
|
| BLAKE2b-256 |
415f2ee383600c8509bb521513182fa31f8e0929c984b8d982c3c1a740aa3b23
|