]> granicus.if.org Git - pdns/commitdiff
update docs to key derivation & proper link
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 16 Feb 2018 21:01:02 +0000 (22:01 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 25 Mar 2019 09:22:41 +0000 (10:22 +0100)
pdns/dnsdistdist/docs/reference/comboaddress.rst

index fc2a60b4f1890d607b24bdd8290e5f3545fc7f66..ca1262df2080fd8a224481767015db447176327a 100644 (file)
@@ -24,15 +24,15 @@ ComboAddresses can be IPv4 or IPv6, and unless you want to know, you don't need
 
   .. method:: ComboAddress:ipdecrypt(key) -> ComboAddress
 
-    Decrypt this IP address as described in https://medium.com/@bert.hubert/on-ip-address-encryption-security-analysis-with-respect-for-privacy-dabe1201b476
+    Decrypt this IP address as described in https://powerdns.org/ipcipher
 
-    :param string key: A 16 byte key
+    :param string key: A 16 byte key. Note that this can be derived from a passphrase with the standalone function `makeIPCipherKey`
 
   .. method:: ComboAddress:ipencrypt(key) -> ComboAddress
 
-    Encrypt this IP address as described in https://medium.com/@bert.hubert/on-ip-address-encryption-security-analysis-with-respect-for-privacy-dabe1201b476
+    Encrypt this IP address as described in https://powerdns.org/ipcipher
     
-    :param string key: A 16 byte key
+    :param string key: A 16 byte key. Note that this can be derived from a passphrase with the standalone function `makeIPCipherKey`
   
   .. method:: ComboAddress:isIPv4() -> bool