Skip to content

Releases: saccofrancesco/lock

lock v3.0.0

29 May 21:49
Compare
Choose a tag to compare

This is a completely new and restyled desktop app!
It's now built on customtkinter, a Python UI framework wrapping tkinter and making it nicer :)
This new version doesn't include many backend changes but yes a completely new design:

  • NORD palette implementation;
  • Action button to perform password management without the need for a command line;
  • A more mature and complete project with both frontend and backend working seamlessly together!

Hope you'll like it!

🔐 Crypt Lock v2.1.0

14 Feb 20:56
Compare
Choose a tag to compare

I decided to convert this project to an executable for better ease of use :)
In this release:

  • There where some dependencies updates;
  • some code debugging and error fixing;
  • the new executable paradigm.

🔐 Crypt Lock v2.0.1

16 Jun 20:20
Compare
Choose a tag to compare

In this release:

  • Code Refactoring

🔐 Crypt Lock v2.0.0

22 May 09:09
Compare
Choose a tag to compare

In this release:

  • Security Changes;
  • A New type of Encryption: based on a given Password;
  • Code Splitting for better maintainability;
  • Refactoring Changes to the Component's File

🔐 Crypt Lock v1.2.3

18 Apr 13:59
Compare
Choose a tag to compare

In this release:

  • Autopep8 Formatting;
  • Dependencies Update;
  • .gitignore Changes;
  • Implemented Password Censorship when Entered;
  • Refactoring and Code Simplification Updates

🔐 Crypt Lock v1.2.2

18 Apr 13:52
Compare
Choose a tag to compare

Rich Text Animation Changes. Simpler Flow of the Application

🔐 Cryptographied Password Manager v1.2.1

18 Apr 13:37
Compare
Choose a tag to compare

In this release:

  • Changed the Dependency File Name;
  • Documentation Update;
  • Code Refactoring - Reduced Size

🔐 Crypt Lock v1.2.0

18 Apr 13:32
Compare
Choose a tag to compare

In this release:

  • Made some minor changes in the code;
  • General Software Rewriting for Better Readability and Maintenance;

🔐 Crypt Lock v1.1.0

18 Apr 13:26
Compare
Choose a tag to compare

In this release:

  • Security Upgrades and Changes;
  • Documentation Update for Multiple OS;
  • Fixed Import's Errors in .gitignore File;
  • Fixed some Documentation's NOT Clear pieces of information

🔐 Crypt Lock r v1.0.0

18 Apr 13:20
Compare
Choose a tag to compare

This is the first version of this Personal Project.

Crypt Lock is a Project which aims to provide a "simple" way to store YOUR Passwords Locally in a Secure way, without using any external Service.

This project uses some technologies connected to the World of Cryptography and Databases:

  • Sqlite3 for Connecting the Python's Script to a Database;
  • Cryptography to Encrypt and Decrypt the Passwords before storing them in the Database

Hope you like it!