Skip to content

Releases: tfpf/gui-password-manager

automatically-type-username-password

15 May 12:47
Compare
Choose a tag to compare

Implemented a feature to simulate keystrokes. Very useful if websites disallow copying and pasting.

Extract the ZIP file and navigate to the bin folder.

If you are on a Linux distribution

Run ED_Manager or ED_Manager.sh. (Some file managers won't let you execute binaries, while other won't let you execute shell scripts. If yours doesn't let you do either, open a terminal there and enter the command ./ED_Manager.)

If you are on Windows

Run ED_Manager.exe.

Tested and confirmed to be working on Windows 8.1, Windows 10, Windows 11, Linux Mint 20.2, Ubuntu 20.04 LTS, and Kali Linux 2022.1.

unswappable-mem

24 Oct 12:44
Compare
Choose a tag to compare

Sensitive data in RAM is marked unswappable.

ed_manager.zip

dynamic-search-results-update

21 Oct 21:52
Compare
Choose a tag to compare

Search results are updated using GtkListBox, rather than creating and destroying widgets populated in a GtkGrid. As a result, performance is noticeably improved.

ed_manager.zip

fixed-column-sizing-with-memory-clear

21 Oct 07:06
Compare
Choose a tag to compare

This release fixes a security hole in found in the previous release. A potential memory leak has been removed.

ed_manager.zip

fixed-column-sizing

20 Oct 18:05
Compare
Choose a tag to compare

The column sizes of the list of items are fixed at startup and when the list is updated. No more annoying column resizing each time you type into the search entry.

ed_manager.zip

complete-cross-platform

17 Oct 12:30
Compare
Choose a tag to compare

All features are now available for both Windows and Linux.

ed_manager.zip

icons-Windows

17 Oct 10:50
Compare
Choose a tag to compare

Linux-RW-Windows-RO

11 Oct 19:53
Compare
Choose a tag to compare

Usage

  • Download the ZIP file ed_manager.zip by clicking on the link below.
  • Extract the ZIP file. Open the extracted folder.
  • Run the correct executable for your operating system.
    • Windows: open the file main.exe
    • Linux: open a terminal to that folder and enter the command ./main

Notes

The Linux version is fully functional. The Windows version has only the password viewing function enabled, and all other features are disabled. This is because some kind of data corruption was observed while testing the application on Windows. (There is a mismatch observed between data written to and read from the same file. This is a very mysterious bug.) Unless I find time to fix the problem, there will be no changes.

ed_manager.zip