forked from lolo859/vystem
Added bscript thing
This commit is contained in:
@@ -281,8 +281,8 @@ int main(int argc,char **argv) {
|
||||
}
|
||||
secure_erase(sigsbuf.data(),sigsbuf.size());
|
||||
if (!password_env) {
|
||||
cout<<"[Keygen] You are about to define a boot password. This password will be asked everytime you boot this instance of Vystem."<<endl;
|
||||
cout<<"[Keygen] It will be used to sign every public key on this instance of Vystem. Make sure it's secure. Here are the requirements:\n - It should be at least 12 characters.\n - Password can only include ASCII characters.\n - Password shouldn't be longer than 512 characters.\n - DO NOT use the numerical pad at all. It's not supported in the EFI environment."<<endl;
|
||||
cout<<"[Keygen] You are about to define a boot password. This password will be asked everytime you boot this instance of Vystem B."<<endl;
|
||||
cout<<"[Keygen] It will be used to sign every public key on this instance of Vystem B. Make sure it's secure. Here are the requirements:\n - It should be at least 12 characters.\n - Password can only include ASCII characters.\n - Password shouldn't be longer than 512 characters.\n - DO NOT use the numerical pad at all. It's not supported in the EFI environment."<<endl;
|
||||
cout<<"[Keygen] Leave empty for us to generate entropy as a password."<<endl;
|
||||
char* pwd=getpass("[Keygen] Enter boot password: ");
|
||||
if (strlen(pwd)==0) {
|
||||
|
||||
Reference in New Issue
Block a user