PasswordStorageEncryptionTool
1.0
Password Storage and Encryption Tool
Installation Options
Owners
Copyright
11/11/2020
Package Details
Author(s)
- John Merager
Functions
ClickAlwaysOnTop ClickChangeTab UTCtoLocalTime UTCtoLocalTimeMinutes CurrentUTC EncryptList_DClick EncryptHistory_DClick EncryptButtonSave EncryptButtonLoad EncryptButtonAdd EncryptButtonClear EncryptButtonSavePhrase EncryptButtonLoadHistory EncryptButtonSaveHistory EncryptButtonPopup EncryptButtonAdv EncryptCheckboxPasscode ExtraEncryptByPhrase ExtraDecryptByPhrase ExtraEncryptByUserComputer ExtraDecryptByUserComputer ExtraCopyByPhrase ExtraCopyByUserComputer ExtraClearByPhrase ExtraClearByUserComputer ExtraBrowseInputFile ExtraBrowseOutputFile ExtraEncryptFileByPhrase ExtraDecryptFileByPhrase ExtraEncryptFileByUserComputer ExtraDecryptFileByUserComputer FormSizeChanged
Dependencies
This script has no dependencies.
Release Notes
Execute example:
powershell.exe -ExecutionPolicy Bypass -file .\PasswordStorageEncryptionTool.ps1
Stores encrypted passwords and data to a file. Default is the actual script file.
-File parameter is used to override default file.
Example:
powershell.exe -ExecutionPolicy Bypass -file .\PasswordStorageEncryptionTool.ps1 -File .\MyPasswords.txt
xHow to save passwords:
1. Type in a Pass Phrase used to encrypt and decrypt your password list
2. Type in Passcode (password) you want to save
3. Type in a UserName related to password
4. Type in Path (or URL) related to UserName
5. Enter any notes to encrypt
6. Click on Add button
a. The information entered will then show on the list below
b. If checkbox "Save on Add" is checked, saves to file
7. You can also click on Save button to save to file
8. Allowed: Repeat with different Pass Phrase to encrypt password list under a different Pass Phrase
After saving to file, if you close and open this tool:
1. Type in the Pass Phrase used to encrypt and decrypt your password list
2. Click on Load button to decrypt list from file
In the list (grid), double click on Password (*****) to save to clipboard.
In the list (grid), double click on other columns (not Password) to load values above (Passcode,UserName,Path,Notes) from that line on the list.
This will display Passcode if Passcode is checked.
It allows you to encrypt data under different/multiple Pass Phrases.
The Load button will only decrypt data related to the specific Pass Phrase used to save that data.
The Pass Phrase can be save for multiple computers and users. It can only be decrypted for the specific user(s)+computer(s) it was saved/encrypted from.
NOTE: Author is not responsible for lost or stolen passwords or data.
In general, always assume your encrypted data can be decrypted. It is only a matter of time.
Do not allow others to have access to your encrypted data.
Always make a back copy of this script or the file which stores your encrypted data.
FileList
- PasswordStorageEncryptionTool.nuspec
- PasswordStorageEncryptionTool.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1 | 878 | 12/23/2020 |
1.0 (current version) | 19 | 12/21/2020 |