20 lines
804 B
Plaintext
20 lines
804 B
Plaintext
DESCRIPTION:
|
|
A simple bash script to assist with migrating your password store betweeen systems with different gpg keys that use the 'pass' password managed.
|
|
Can be used to export all of the passwords into a plaintext file from your password store.
|
|
Alternatively has the ability to take a path of the plaintext exported file and import it into an existing password store.
|
|
|
|
NOTE:
|
|
There are a few caveats. This won't work if:
|
|
- The file you import should be in the same format as the one that this tool exports as.
|
|
- Your actual passwords contain a whitespace ' '.
|
|
- Your password names have a '.' symbol in their names, ex:
|
|
The below will fail
|
|
/.pass/pass/pass
|
|
/pass/.pass/pass
|
|
/pass/pass/.pass
|
|
The below will succeed
|
|
/pass/pass/pass
|
|
|
|
AUTHOR:
|
|
96-fromsofia - 2A9-7CC@96-fromsofia.net || June 2022
|