Anemona Task GitLabVS Code extension that manages passwords from the sidebar panel in an intuitive and visual way. This extension is very essential for us developers, for database password management, ftp hosting, version control, dns panels, and other services, thus having it available in our workspace. The documents used to store passwords will be encrypted with AES 256 bits, with two levels of encryption, the first level is with unique metadata specific to the File when it is generated, and the second level is encrypted with a master password that is not saved, only is used to lock and unlock the file. Characteristic
Create a file to manage passwordsPassword management is very simple and intuitive, as the process of adding a keychain is shown in the image. Options in password keychainsBasically there are some generic options, add, edit and order the list of passwords, it can be noted that they can lock the keychains with a master password. Export KeychainsAs a utility is the option to export the keychains to simple plain text and json files. Browsing the fileThe password file is kept encrypted. Protect file with custom passwordThe file can be protected with a private password, in such a way that it cannot be opened without this password. It is important not to forget it as the file cannot be decrypted. Change controlSee CHANGELOG.md LicenseSee LICENSE |