Skip to content

Releases: TurtlPass/turtlpass-python

turtlpass-python-v3.0.0

02 Nov 04:53
6f6acf4

Choose a tag to compare

🖥️ TurtlPass Python 3.0.0

TurtlPass Python 3.0.0 brings major updates for TurtlPass devices, focusing on structured communication, secure password generation, and comprehensive seed management.

New Features

  • Protocol Buffers Communication: Efficient structured data exchange between host and device.
  • Secure Password Generation: Fully configurable length and character sets.
  • Seed Management: Initialize, generate, or restore 512-bit seeds from 24-word BIP-39 mnemonics.
  • Factory Reset: Safely reset devices to factory defaults.

Removed Features

  • OTP Code Generation (2FA)
  • OTP Shared Secret Management
  • File Encryption/Decryption

This release deprecates OTP and file encryption functionality to streamline device operations and improve security-focused features.


turtlpass-python-v2.0.0

01 Apr 05:20

Choose a tag to compare

🖥️ TurtlPass Python 2.0.0

TurtlPass Python 2.0.0 brings compatibility with TurtlPass Firmware 2.X.X for RP2040-based TurtlPass devices. This release introduces features for interacting with TurtlPass-enabled devices, generating passwords and OTP codes, managing OTP shared secrets, and encrypting/decrypting files.

Features

  • Device Interaction: Communicate with TurtlPass-enabled devices via USB.
  • Password Generation: Securely generate strong passwords using TurtlPass.
  • OTP Code Generation: Create one-time passwords (OTP) for two-factor authentication.
  • OTP Shared Secret Management: Securely add OTP shared secrets to TurtlPass devices.
  • File Encryption and Decryption: Encrypt and decrypt files for secure storage.