hi roberts,
microcore 5.0.2 without encrypted mydata restores flawless my settings.
for my test for booting in protected mode i use a really simple password...
at the boot prompt i entered following password:
1234567890
in /etc/sysconfig/bfe following password is stored:
123456789
that means the last digit is not stored
after a reboot with the boot code protect, i have to offer the 10-digit password
1234567890
that mydata.tgz.bfe is correctly decrypted.
if i want to encrypt mydata.tgz.bfe on the command line, i have to give following password:
"1234567890"
to decrypt the mydata.tgz.bfe to mydata.tgz.
i can observe the same behavior with a real complicated password... the last digit is not stored in /etc/sysconfig/bfe, but is needed for the decryption and on the cli i have to offer the password in quotation-marks.
thank you for your help.