From e1dd0260173e224d381d926d4a91495358b296d9 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 31 May 2019 00:58:56 +0200 Subject: [PATCH] jDoc --- src/be/nikiroo/utils/CryptUtils.java | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/be/nikiroo/utils/CryptUtils.java b/src/be/nikiroo/utils/CryptUtils.java index f024f2a..55737c3 100644 --- a/src/be/nikiroo/utils/CryptUtils.java +++ b/src/be/nikiroo/utils/CryptUtils.java @@ -21,17 +21,15 @@ import be.nikiroo.utils.streams.Base64OutputStream; /** * Small utility class to do AES encryption/decryption. *

- * For the moment, it is multi-thread compatible, but beware: + * It is multi-thread compatible, but beware: *

*

- * Do not assume it is actually secure, it is actually not. - *

- * It just here to offer a more-or-less protected exchange of data because - * anonymous and self-signed certificates backed SSL is against Google wishes - * (so, don't even try, they own Internet). + * Do not assume it is secure; it just here to offer a more-or-less protected + * exchange of data because anonymous and self-signed certificates backed SSL is + * against Google wishes, and I need Android support. * * @author niki */ -- 2.27.0