OpenBSD Disk Encryption: Change passphrase

openbsd-disk-encryption:-change-passphrase

Is it possible to change the passphrase after applying Full Disk Encryption by it to your OpenBSD server ?

Yes !! This post shows how. It’s a really simple way with bioctl.

First, login to your server. Then run:

$ doas bioctl -P sd1

Well, in this example, sd0 is the origin disk and sd1 is CRYPTO volume introduced by softraid. In other words, sd1 here is where OpenBSD was actually installed via the installer.

You will be asked:

Old passphrase: 
New passphrase: 
Re-type passphrase:

Enter them. That’s it !!!

When reboot it, you will be accepted with the new passphrase.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
ui-elements-examples-with-tailwind-css-️

UI elements examples with Tailwind CSS 🖼️

Next Post
front-end-development-:-easy-or-hard

Front End Development : Easy or Hard

Related Posts