diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-07-29 02:23:02 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-07-29 02:23:02 +0000 |
commit | 821c939d1cb7520e2f6d699ed187a1e4a44153fb (patch) | |
tree | ff0fc4a8c4d3c50686d9c46a3d547bf3e27a3e7b /src/site/fml/faq.fml | |
parent | 3739de6df80d0b20310c3c9d0fcab133fc734b0e (diff) | |
download | jackcess-821c939d1cb7520e2f6d699ed187a1e4a44153fb.tar.gz jackcess-821c939d1cb7520e2f6d699ed187a1e4a44153fb.zip |
update parent pom; update urls for https
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1188 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/fml/faq.fml')
-rw-r--r-- | src/site/fml/faq.fml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 18bd093..29df4da 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -291,8 +291,8 @@ project does not directly support decrypting Access databases, but does, however, support plugging in encryption support using a custom <a href="apidocs/com/healthmarketscience/jackcess/CodecProvider.html">CodecProvider</a>. - The separate <a href="http://jackcessencrypt.sourceforge.net/">Jackcess Encrypt - project</a> contains the <a href="http://jackcessencrypt.sourceforge.net/apidocs/com/healthmarketscience/jackcess/CryptCodecProvider.html">CryptCodecProvider</a>, + The separate <a href="https://jackcessencrypt.sourceforge.io/">Jackcess Encrypt + project</a> contains the <a href="https://jackcessencrypt.sourceforge.io/apidocs/com/healthmarketscience/jackcess/CryptCodecProvider.html">CryptCodecProvider</a>, which implements the Jackess CodecProvider interface and supports some forms of Access database encryption. </answer> |