i have a file named "سلام.txt" and i wanna encrypt it with command below :
openssl.exe enc -aes-256-cbc -pbkdf2 -in "سلام.txt" -out "سلام.txt.enc" -k 12345
and i face this Error :
14652:error:0200107B:system library:fopen:Unknown error:../openssl-1.1.1h/crypto/bio/bss_file.c:69:fopen('????.txt','rb')
i tested this command with these openssl version : OpenSSL 1.1.1h and 3 and the result was the same