Add your description here
Project description
Google Auth data decoder
Utility for decoding Google Auth App's data
Install and use as utility
pipx install google_auth_decoder
google_auth_decoder "otpauth-migration://offline?data=CiIKCkCvO217iX16IRkS..."
Install and use as a library
Scan QR code and take the string URL. Then pass it to this utility
pip install google_auth_decoder
import google_auth_decoder
result = google_auth_decoder.decode_url("otpauth-migration://offline?data=CiIKCkCvO217iX16IRkS...")
What is otpauth-migration ?
This is a link from Google Auth App. Scan QR code and take the string URL.
Developing and testing
task format
task lint
task type
task test
or to run everything
task check
To recompile proto file run
task compile-proto
Build and publish new version
uv build
uv publish --token ...
uv run --with google_auth_decoder --no-project -- python -c "import google_auth_decoder; google_auth_decoder.decode_url('foo')"
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
google_auth_decoder-0.2.0.tar.gz
(13.0 kB
view details)
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 google_auth_decoder-0.2.0.tar.gz.
File metadata
- Download URL: google_auth_decoder-0.2.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
507b43eae852c1c80a858aa991e4ad274a55da09e3a96590e5623485d1a54802
|
|
| MD5 |
e1d50230bdf4efbffe507f0ba74b9ee1
|
|
| BLAKE2b-256 |
8137502ee04e676e84c354007fbbe5404a6afb5201d3806ca55b8541e05eff54
|
File details
Details for the file google_auth_decoder-0.2.0-py3-none-any.whl.
File metadata
- Download URL: google_auth_decoder-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24c6aafb65a9982a6c19ca2a1462ea609f44a9cc1d4b5841438104763192ce83
|
|
| MD5 |
cd210bc09d5eeaa136211183256df6f2
|
|
| BLAKE2b-256 |
1a8c4afd54b98587c2339a436d3c503200ce4f0ce0595fef99af7eace68a70a2
|