[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:

Hello everyone,

I am currently looking to write OCaml versions of OpenSSL cmdline tools (using our nocrypto, x509 and tls libraries), and would love some advice on what would be most helpful to have/prioritize.

Any suggestions?

Many thanks!

Qiuying

Â

Â

_______________________________________________
MirageOS-devel mailing list
MirageOS-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.