This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9a31d8b fix links
9a31d8b is described below
commit 9a31d8b3a88d51e82851a26f3dc8d1a2c2fa5421
Author: Paul King <[email protected]>
AuthorDate: Wed Feb 26 21:23:37 2025 +1000
fix links
---
site/src/site/blog/encryption-and-decryption-with-groovy.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/blog/encryption-and-decryption-with-groovy.adoc
b/site/src/site/blog/encryption-and-decryption-with-groovy.adoc
index 7352975..8864aa3 100644
--- a/site/src/site/blog/encryption-and-decryption-with-groovy.adoc
+++ b/site/src/site/blog/encryption-and-decryption-with-groovy.adoc
@@ -5,7 +5,7 @@ Paul King
:description: This post looks at encrypting and decrypting data using Groovy
with the \
AES and CAST5 algorithms.
-Inspired by this recent
https://asyncq.com/how-to-encrypt-and-decrypt-data-in-java[blog entry], here is
an example showing how to encrypt and decrypt with Groovy.
+Inspired by this recent
https://web.archive.org/web/20240215084444/https://asyncq.com/how-to-encrypt-and-decrypt-data-in-java[blog
entry], here is an example showing how to encrypt and decrypt with Groovy.
== Using the JDK crypto classes