Selama pembuatan file terenkripsi di AIX, saya menerima kesalahan ini:
$ openssl enc -aes-256-cbc -salt -in test.img -out test.img.enc
test.img: Value too large to be stored in data type
14221428:error:0200107F:system library:fopen:Value too large to be stored in:bss_file.c:356:fopen('test.img','r')
14221428:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:358:
test.img Ukuran File adalah 35GB
Perintah yang sama bekerja di Linux untuk file 100GB.
openssl
mengetahui apa pun tentang ukuran file input dan output? Sesuatu seperticat test.img | openssl enc -aes-256-cbc -salt | cat >test.img.enc
truss openssl enc -aes-256-cbc -salt -in test.img -out test.img.enc
openssl version
.