[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] OpenSSL Cmd Tools for Mirage
Hi, Qiuying
I sometime use OpenSSL to encrypt and decrypt files (two-step verification recover code) using AES-256-CBC symmetric cipher (not sure if Hannes and David think itâs a good ideaâ).
For example,
encrypt file:
$ openssl aes-256-cbc -in recover-code.txt -out recover-code.dat
decrypt file:
$ openssl aes-256-cbc -d -in recover-code.dat -out recover-code.txt
Nocrypto of course implemented AES cipher [1] so you may give a try.
Thanks,
Runhang
--- Runhang Li University of California, Los Angeles On Tue, Jul 14, 2015 at 4:40 PM, Qiuying (Giulia) Lai <ql259@xxxxxxxxx> wrote:
_______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |