openssl enc -aes-256-ctr -base64 -A < plaintext_file > ciphertext_file
and if you encrypt a file with kr!pt, you shall be able to decrypt it with OpenSSL via:
openssl enc -aes-256-ctr -base64 -A -d < ciphertext_file > plaintext_file