From: Niki Roo Date: Thu, 30 May 2019 22:58:56 +0000 (+0200) Subject: jDoc X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=e1dd0260173e224d381d926d4a91495358b296d9 jDoc --- 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 */