Skip to main content

Qryptex

Qryptex – Securely encrypt your recovery codes and text into encrypted QR codes.

logo_qryptex

CLI APP

# Clone repos: 
git clone https://github.com/mboss7/Qryptex.git

# Install dependencies:
pip install -r ./Qryptex/requirements.txt

# Test app: 
cd ./Qryptex/
pytest

# run CLI APP:
python ./Qryptex/src/qryptex/main.py

cli_qryptex

FastAPI

To run Qryptex API with CLI:

python main.py -a

To test it with powershell:

irm "http://127.0.0.1:8000/crypt/?secret=v1&password=v2"

Or with bash:

curl -s "http://127.0.0.1:8000/crypt/?secret=v1&password=v2"

Python module

Installation

pip install qryptex

Import and object creation

import qryptex 

qtx = qryptex.Qryptex()

Functions

# Write encrypted QR : 
qtx.write_qr(<your_secret>, <your_password>)  

# Read encrypted QR : 
qtx.read_qr(<your_password>, <your_qr_path>)

To test with security good practices :

Use docker, with temporary container (It a good practice for everything you test and you want to isolate) :

    docker run --rm -it python:3.11-slim bash  # isolated python env in docker
	
	# or 
	
	docker run --rm -it ubuntu:latest bash   # isolated ubuntu env in docker 

Feature in the roadmap :

  1. Security advises.

  2. Web API in order to do that every where you have an internet connection.

  3. Add TOTP and 2FA support.

  4. Docker support and container ready tu use.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qryptex-0.0.12.tar.gz (215.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qryptex-0.0.12-py3-none-any.whl (33.4 kB view details)

Uploaded Python 3

File details

Details for the file qryptex-0.0.12.tar.gz.

File metadata

  • Download URL: qryptex-0.0.12.tar.gz
  • Upload date:
  • Size: 215.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qryptex-0.0.12.tar.gz
Algorithm Hash digest
SHA256 7cec513263f07e7dadd71b6b682872d8986878dd9c7b6cc5a37acba972091486
MD5 db71a7ded02ec0e908b9f3b54b85e8e9
BLAKE2b-256 7ac854f702b17cabf8251dda0304e968a73b4887cd5748b7a1bf074906a6ac54

See more details on using hashes here.

Provenance

The following attestation bundles were made for qryptex-0.0.12.tar.gz:

Publisher: workflow.yml on mboss7/Qryptex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qryptex-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: qryptex-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qryptex-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 ff2d3faa4b10e94a4efbfebbe9ec82b847b15eadf7bb978e59427c7347d1b2ea
MD5 62d3baa09af4fbb4cc35f9b3cd2be8d1
BLAKE2b-256 c8cab13dc99b66cfb7221a3514e307f7f62c8cf8ce87bf7850ea08304de6ebc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for qryptex-0.0.12-py3-none-any.whl:

Publisher: workflow.yml on mboss7/Qryptex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.0.17

2 files

0.0.16

2 files

0.0.15

2 files

0.0.14

2 files

0.0.13

2 files

This release

0.0.12 This release

2 files

0.0.11

2 files

0.0.10

2 files

0.0.9

2 files

0.0.8

2 files

0.0.6

2 files

0.0.4

2 files

0.0.3

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page