Autor Thema: Passwort Tools ...  (Gelesen 169162 mal)

0 Mitglieder und 6 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
pass-winmenu 1.12.1
« Antwort #2325 am: 11 Oktober, 2021, 22:00 »
Manage your passwords and encrypt them efficiently with an open-source tool for the desktop, the Windows equivalent of pass — the Linux program that offers flexibility and many customizations.

MIT License  /  Donationware

Changelog

Changes

    Improved the relative path generation algorithm (used to generate relative paths for commit messages) (#97)
    Percentage dimensions (as used under the style configuration key) are now consistently parsed using a dot as the decimal separator. Previously, the culture-specific separator was used instead.
    The 'agent responsive' check has been removed. This automated check has been present in pass-winmenu for a long time, and stems from a time when GPG on windows would occasionally lock up, leading to all password operations to hang indefinitely. The automated check would detect this situation and restart GPG when it occurs. As a result of a recent bug in the code (#99), and based on my belief that this bug in GPG has long since been fixed, I have decided to remove it. If you do run into lockups as I have described here, please let me know by opening an issue.
    Improved error message clarity when the user.name and/or user.email git configuration variables are not set (#100).

Bugfixes

    Fixed an issue that could cause the application to crash when manually checking for updates (#96, thanks @wfdewith!)
    Fixed an error when setting the configuration key git.ssh-path if the GIT_SSH environment variable is also set (#98)

[close]

https://github.com/geluk/pass-winmenu

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Secman 5.3.8
« Antwort #2326 am: 12 Oktober, 2021, 19:00 »
Secman is a password manager can store, retrieves, generates, synchronizes passwords and save files securely, and is written in go! The most important difference is secman is not GPG cored. Instead, it uses a master password to securely store your passwords. It also supports encrypting arbitrary files.

MIT License

Changelog

    Added:

    Create --topic flag to repo list command.
    Add new secman docker image: smcr/secman-cli.
    Add brews in .goreleaser.
    Add write & new aliases to insert command.
    Build scmn-dev/browser package.

    Changed:

    Update the installers url
    unix: unix.secman.dev
    windows: win.secman.dev
    Change the infrastructure of secman docker images
    smcr/secman: secman container image for full experince.
    smcr/secman-cli: lightweight image for demo.
    Move scmn-dev/gh-api & david-tomson/git repos to secman.
    upgrade secman docker CI.

    Fixed:

    Fix fetch command in windows by adding FetchClone in sync command.
    Also remove brews prop in goreleaser config file
    Remove dockers prop from gorelaser config file
    Bump github.com/AlecAivazis/survey/v2 from 2.3.1 to 2.3.2 (#89)
    Bump github.com/mattn/go-colorable from 0.1.8 to 0.1.11 (#88)
    Bump github.com/cpuguy83/go-md2man/v2 from 2.0.0 to 2.0.1 (#87)
    Bump github.com/scmn-dev/browser from 0.1.0 to 0.1.3 (#86)
    Bump github.com/Timothee-Cardoso/tc-exe from 1.0.0 to 1.0.1 (#85)
    Update the CODEOWNERS and add authors to it
    Upgrade sm-win version to v0.2.4
    Update secman v5.3.8 release notes 📜
    Move scmn-dev/gh-api & david-tomson/git repos to secman, add new packages
    Update secman installer and upgrader URLs, upgrade sm-win pkgs
    Update gepis packages, add cluster command to secman
    Remove cloning ~/.sm-cluster commands in Makefile & Windows builder
    Update Secman Desktop URL in README
    Add new packages in go.mod, create v5.3.8 release notes 📜
    Move dockers place, update build flags labels
    Remove package command, and move it to 🗑 Trash Ideas
    Merge pull request #81 from david-tomson/main
    Remove Go workflow badge, update badge style, finish from secman products
    Add Secman Products: Secman Desktop & Secman Extension in README
    Remove Go workflow, start build about command
    Try to fix Go workflow by adding CLONE_DOT_SMCLUSTER command
    Update installers URLs in secman workflow, add cloning sm-cluster command
    Add cloning sm-cluster repo command to Makefile
    Remove cluster, add OTHER SECMAN PRODUCTS help entry, add new pkgs
    Remove cluster packages, return to gh-api/core/config
    Update CODE OF CONDUCT email to hello@secman.dev, try to fix package command
    Use github.com/scmn-dev/cluster package in manager.go
    Use github.com/gepis/git package instead of scmn-dev/git
    Merge pull request #80 from david-tomson/main
    Change ParentCollection name to Collection
    Update github.com/scmn-dev/gh-api pkg, add package install command, updates clusters
    Import package command in root dir, require scmn-dev/git package
    Bump github.com/scmn-dev/gh-api from 0.3.33 to 0.3.41 (#79)
    Add package list command
    Add package command with pkg & packages aliases
    Build pkg/packages/cmd.go
    Configure symlink, create InstallLocal function in manager.go
    Add Remove function for remove package
    Finish from Upgrade function with runCmds
    Add Install function & build localPackageUpgradeError
    Add manager functions and start build it
    Make generate is core command and gen alias
    Add new cluster functions in file.go, create clusterstub.go
    Add environment tokens and functions
    Add cluster hosts & functions in cluster package
    Update messages
    Add cluster mapper, create new cluster_type functions
    Add validation functions
    Create clusterOptions & ClusterOptions function
    Add ClusterOption to cluster package
    Add creating ~/.sm-cluster dir command to builders
    Create cluster package, build NewManager struct
    Build Manager struct
    Create manager.go with imports
    Require github.com/Timothee-Cardoso/tc-exe pkg, build looksh pkg
    Add Name, Path, URL, IsLocal, & UpdateAvailable
    Create Package struct
    Add package mocks
    Start build package command
    Use the new installers urls: unix & win
    Move command to ios dir for fixing import cycle not allowed error
    Fix fetch command in windows, move all command tools to shared
    Add write & new aliases to insert command
    Bump github.com/AlecAivazis/survey/v2 from 2.2.16 to 2.3.1 (#76)
    Fix codacy project ID, add brews to .goreleaser, finally fix secman docker CI workflow
    Add cd docker && make pull && cd .. command to sm_cli_build job
    Fix sm_cli_build job in secman docker CI workflow, update docker images docs URLs
    Fix sm_cli_build job
    Change runs-on value from $OS to ubuntu-latest
    Upgrade secman docker CI workflow, add new jobs, fix all errors
    Format
    Update README and add the new secman docker images, update the long of root.go
    Update the version of @secman/sm-win, and update some pkgs
    Add dockers to secman goreleaser
    Add .editorconfig to secman
    Update snyk file version
    Change Our Websites to Some Resources
    Update homebrew secman installation

[close]

https://github.com/scmn-dev/secman

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
1Password 7.9 Build 822
« Antwort #2327 am: 12 Oktober, 2021, 22:15 »
Discover an application that offers advanced levels of security for all your online passwords, enables data encryption, and allows storing card data and private notes.

Whats new:>>

Adds support for external item sharing: share almost any 1Password item with specific people, or anyone with the share link. {OPW-5080}

https://1password.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Authme 2.7.2
« Antwort #2328 am: 12 Oktober, 2021, 22:30 »
Effortlessly create two-factor authentication codes for you and your apps with the help of this cross-platform, Electron-based application.

MIT License

Changelog

    Improvements:

    Improved logging
    Quick copy shortcuts
    Edit codes improvements
    Design changes

    Bug:

    Fix main window dissapear
    Fix export as text file

    Other:

    Experimental webcam import
    Remove experimental codes time offset
    Electron 15.1.2

[close]

https://github.com/Levminer/authme

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Passliss 1.8.0.2110 Pre1
« Antwort #2329 am: 13 Oktober, 2021, 22:00 »
Use this application to create secure password combinations for use with any of your accounts, applications, or security systems, quick and easy.

MIT License

Changelog

New

Changed "Strength" page icons to filled icons (#78)
The "History" button is hidden when the history is empty (#79)
Redesigned "Startup page" section in "Settings" page (#80)

Fixed

Fixed an issue where icons weren't visible (#78)

Updated

Updated LeoCorpLibrary
Updated "Stregnth" page "Very good" icon (#78)

[close]

https://github.com/Leo-Corporation/Passliss

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
SterJo Opera Passwords 2.0
« Antwort #2330 am: 14 Oktober, 2021, 10:30 »
SterJo Opera Passwords reveals all passwords and usernames stored by Opera browser instantly. It displays the URL of each saved username and password including how many times it has been used.

Donationware

Whats new:>>

UI changes and removed .OCX and some .DLL dependencies.

http://www.sterjosoft.com/opera-passwords.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Buttercup 2.12.0
« Antwort #2331 am: 15 Oktober, 2021, 22:00 »
Buttercup is a Cross-platform, free and open-source password manager based on NodeJS.

Whats new:>>

Thanks to our contributors for adding some great quality-of-life improvements, such as the ability to Command/Ctrl+Click a URL to open it in the browser (only for Website type entries as of right now), and the ability to copy usernames (Command/Ctrl+B) and passwords (Command/Ctrl+C) when an entry is selected.

This release also adds support for Romanian translations within the vault explorer.

https://github.com/buttercup-pw/buttercup/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Passliss 1.8.0.2110 RC1
« Antwort #2332 am: 16 Oktober, 2021, 11:00 »
Whats new:>>

Added tooltips on "icons-only" buttons (#81)
Made the TextBox in "See full Password" window read-only (#82)

https://github.com/Leo-Corporation/Passliss

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Passliss v1.8.0.2110 Final
« Antwort #2333 am: 17 Oktober, 2021, 19:00 »
Changelog

New

Changed "Strength" page icons to filled icons (#78)
The "History" button is hidden when the history is empty (#79)
Redesigned "Startup page" section in "Settings" page (#80)
Added tooltips on "icons-only" buttons (#81)
Made the TextBox in "See full Password" window read-only (#82)

Fixed

Fixed an issue where icons weren't visible (#78)

Updated

Updated LeoCorpLibrary
Updated "Stregnth" page "Very good" icon (#78)

[close]

https://github.com/Leo-Corporation/Passliss

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
SterJo Instagram Password Finder 2.0
« Antwort #2334 am: 17 Oktober, 2021, 22:00 »
Recover forgotten Instagram passwords stored by the most popular web browsers with the help of this useful and user-friendly application.

Freeware

Whats new:>>

UI changes and removed .OCX and some .DLL dependencies.

http://www.sterjosoft.com/instagram-password.html


Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
SterJo Browser Passwords 2.0
« Antwort #2335 am: 18 Oktober, 2021, 10:00 »
Retrieve forgotten passwords for a multitude of browsers with the help of this reliable tool that can provide you will all the info you need in no time.

Freeware

Whats new:>>

    UI changes and removed .
    OCX and some .DLL dependencies.

http://www.sterjosoft.com/browser-passwords.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
NordPass 4.12.23
« Antwort #2336 am: 19 Oktober, 2021, 19:00 »
Don't worry about forgetting passwords ever again with the help of this comprehensive password manager coming from the cybersecurity team behind NordVPN.

Freemium

https://nordpass.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
LastPass 4.83.0
« Antwort #2337 am: 21 Oktober, 2021, 22:30 »
LastPass Password Manager - The last password you'll ever have to remember. This easy to use password manager will make your browsing a lot easier and much more secure without having to remember multiple passwords.

LastPass Password Manager Features:

Generate strong passwords, knowing you'll only have to remember one.
Log into your favorite websites with just one click
Access and manage your important data from multiple workstations seamlessly
Share logins with your friends and let others share logins with you

 Freemium

https://lastpass.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Buttercup 2.13.0
« Antwort #2338 am: 26 Oktober, 2021, 21:00 »
Whats new:>>

This release fixes the vault auto-lock feature that was only partially implemented. Vaults now automatically lock after a certain amount of time passes with no user activity.

A new menu item for locking all vaults has been added to the application menu.

https://github.com/buttercup-pw/buttercup/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Bitwarden 1.29.0
« Antwort #2339 am: 28 Oktober, 2021, 10:00 »
The desktop version of the popular password manager, allowing you to store login data, credit and identity card information, and notes in a secure vault.

Freemium

https://bitwarden.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )