From 52f8120aba0f1e3a9685a17d916f4b4c917654a2 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 1 Dec 2015 14:43:22 +0100 Subject: [PATCH] Added hint about compatibility to CryptoJS closes #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88026e6..4624511 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Luzifer / go-openssl -`go-openssl` is a small library wrapping the `crypto/aes` functions in a way the output is compatible to OpenSSL. For all encryption / decryption processes AES256 is used so this library will not be able to decrypt messages generated with other than `openssl aes-256-cbc`. +`go-openssl` is a small library wrapping the `crypto/aes` functions in a way the output is compatible to OpenSSL / CryptoJS. For all encryption / decryption processes AES256 is used so this library will not be able to decrypt messages generated with other than `openssl aes-256-cbc`. If you're using CryptoJS to process the data you also need to use AES256 on that side. ## Installation