Tagged Questions
4
votes
1answer
392 views
How to edit a .gpg file with vi?
So I created a gpg encrypted file with password:
gpg -c passwords.txt.gpg
how can I open it with vi, edit it, then close it? (So that no passwords.txt file will be created, the decrypted ...
-1
votes
3answers
366 views
How to create an encrypted container (dynamically expandable) on OpenBSD
On OpenBSD, how/with what I can create an encrypted container that can later be dynamically expanded? Can I do it with GPG? (password protection is enough)
So, if I open this container and put files ...
1
vote
1answer
179 views
Are there any GPG checks in OpenBSD when installing an application?
Like under an average Linux distribution - are there any checkings that the downloaded packages are really the packages that are on the mirror server?