17 lines
No EOL
265 B
Markdown
17 lines
No EOL
265 B
Markdown
+++
|
|
title = "Passwordmanager mit GPG-Key"
|
|
date = "2023-05-18"
|
|
|
|
[taxonomies]
|
|
tags = [
|
|
"gpg",
|
|
"desktop"
|
|
]
|
|
+++
|
|
|
|
```
|
|
pass init 0x7AFDB012974B1BB5
|
|
pass edit dev/codeberg.org
|
|
git remote add origin git@codeberg.org:wrenix/password-store.git
|
|
git push -u origin main
|
|
``` |