I'm not sure if this is related to .OhMyZsh installation. Why is my password entry not accepted?
➜ Documents openssl rsa -in my_private.pem -noout -text
Enter pass phrase for my_private.pem:
User interface error
4314234176:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:545:while reading strings
unable to load Private Key
4314234176:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:610:
4314234176:error:0906A065:PEM routines:PEM_do_header:bad decrypt:crypto/pem/pem_lib.c:461:
➜ Documents dddd
zsh: command not found: dddd
OpenSSL 1.1.1l 24 Aug 2021
EDIT:
This is a problem in Mac M1 (Silicon). When I run the terminal under Rosetta, it works fine. I hope someone has a solution to this.