Relock high-frequency key rotation server / python SDK
Project description
Relock python SDK
Relock is a high-frequency cryptographic key rotation server that authenticates each individual request using ephemeral, transient, key. This enables digital platforms to implement true continuous passive authentication.
By leveraging rapid, per-request key changes, Relock ensures every interaction is independently verified, boosting security posture while maintaining a seamless user experience. Server is designed to scale effortlessly, making it ideal for use cases that require both high performance and uncompromised trust.
Minimal example
Run service:
docker pull relockid/server
docker run --privileged --network host \
-it relock/server run \
--host 127.0.0.1 --port 8111 \
--multiprocessing
Flask:
python3 -m pip install relock
from relock import Flask as relock
GitHub repository
This repository contains ready-to-use, minimal implementation of the TCP client for Relock Server. This minimal implementation makes it easy to check how the system works in practice.
Links
- Docker: https://hub.docker.com/r/relockid
- Documentation: https://docs.relock.id
- Demo Source Code: https://github.com/relockid
- 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.7.9.tar.gz.
File metadata
- Download URL: relock-0.7.9.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccd9644ff2b45e374ec6b76d304a20582b0d0c40964d7b272e454725de89c14a
|
|
| MD5 |
502687d24ae28d34035720e70fe9146c
|
|
| BLAKE2b-256 |
836f526630fced5bef2a82bcca083911d4efc819fc0affafc071e3a1c1d6bda7
|
File details
Details for the file relock-0.7.9-py3-none-any.whl.
File metadata
- Download URL: relock-0.7.9-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53599721dd245a4c337f78817d048095b8467743fb186439d2a483f57d9bbefb
|
|
| MD5 |
e9f9bc65019fa1cb2efbc3f266665d5c
|
|
| BLAKE2b-256 |
f4886ce5b90a33d03e297bc3069e68b5bb4cb49319dbac3e69e114f40e60897b
|