swifty

🔑 Free Offline-first Password Manager

GPL-3.0 License

Stars
877
Committers
15

Bot releases are visible (Hide)

swifty - Analytics tracking

Published by alchaplinsky over 4 years ago

  • Misc bugfixes
  • Fix CI
  • Add tracking analytics events
swifty - Fix icons in the list

Published by alchaplinsky over 4 years ago

swifty - Ability to change Master Password

Published by alchaplinsky over 4 years ago

  • Add Change Master Password section to Settings
  • Changing Master Password re-crypts all stored data with new password
  • Replaces vault on Google Drive (if sync is enabled) with new one
swifty - Fix vault synchronization

Published by alchaplinsky over 4 years ago

  • Add timestamps to vault file
  • Update data merge algorithm
  • Add tests
swifty - Update dependencies

Published by alchaplinsky over 4 years ago

swifty - Update GDrive sync

Published by alchaplinsky over 4 years ago

  • Update GDrive sync logic
    • Handle sync errors
    • Avoid using callback url after auth
    • Display sync errors on GDrive icon hover
    • More tests fro sync
  • Misc Bugfixes
swifty - Update icon and bugfixes

Published by alchaplinsky almost 5 years ago

swifty - Bugfixes

Published by alchaplinsky almost 5 years ago

  • Fix passwords order in a list
  • Auto-lock screen after 60 seconds of inactivity
swifty - Password Audit and Tags

Published by alchaplinsky almost 5 years ago

  • Password audit was added:
    • Allows you to analyze your vault and find short, weak, duplicate and old passwords.
  • Tagging functionality
    • Tag credentials
    • Filter by tags
swifty - Swifty 0.4.0-beta.2

Published by alchaplinsky almost 5 years ago

swifty - Swifty 0.4.0-beta.1

Published by alchaplinsky about 5 years ago

swifty - Updates and bugfixes

Published by alchaplinsky about 5 years ago

Updates and bugfixes

swifty - Stable release v0.3.0

Published by alchaplinsky about 5 years ago

swifty - 0.3.0-beta.2

Published by alchaplinsky about 5 years ago

  • Misc Bugfixes
  • Dependencies updates
swifty - 0.3.0-beta.1

Published by alchaplinsky about 5 years ago

Changes

  • Change vault file format
  • Rename vault file
  • Add file icon for Swifty
  • Security fixes
  • Performance improvements
swifty - Swifty 0.2.0

Published by alchaplinsky about 5 years ago

Breaking Changes:

  • Password is hashed on user input and hash is used as secret for encryption
  • Encryption Algorithm changed from aes-256-cbc to aes-256-gcm

Bugfixes

  • Security fixes
  • Miscellaneous fixes and improvements

Note:

Unfortunately after algorithm was changed for security reasons, Swifty v0.2.0 can no longer decrypt vault which was encrypted by beta version. You would have to migrate data manually to v0.2.0 for now..

swifty - Fix window freezing on reopening on Windows and Linux

Published by alchaplinsky about 5 years ago

  • Fix app freeze on Windows and Linux
swifty - Fix Connect to Google Drive

Published by alchaplinsky about 5 years ago

swifty - Security Fixes

Published by alchaplinsky about 5 years ago

  • Move non-renderer logic to preload
  • Misc fixes for Windows and Linux
swifty - Multiple entry types GDrive Sync

Published by alchaplinsky about 5 years ago

This is a pre-release

  • Allow to store different types of entries
    • Logins (username/password)
    • Credit Cards
    • Secure Notes
  • Google Drive sync for vault file
  • Custom icons for generally used services
  • Bugfixes