Browse Source

Fixed links.

woollybah 5 years ago
parent
commit
8376bceac2

+ 1 - 1
aescipher.mod/aescipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: AES Cipher
 about: AES is a subset of the Rijndael block cipher.
 
-See https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
+See <https://en.wikipedia.org/wiki/Advanced_Encryption_Standard>
 End Rem
 Module Crypto.AESCipher
 

+ 2 - 2
anubiscipher.mod/anubiscipher.bmx

@@ -22,9 +22,9 @@ SuperStrict
 Rem
 bbdoc: Anubis Block Cipher.
 about: Anubis operates on data blocks of 128 bits, accepting keys of length 32N bits `(N = 4, ..., 10)`.
-It is designed as a substitution-permutation network, which bears large similarity to #AESCipher.
+It is designed as a substitution-permutation network, which bears large similarity to #Crypto.AESCipher.
 
-See https://en.wikipedia.org/wiki/Anubis_(cipher)
+See <https://en.wikipedia.org/wiki/Anubis_(cipher)>
 End Rem
 Module Crypto.AnubisCipher
 

+ 1 - 1
blowfishcipher.mod/blowfishcipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: Blowfish Symmetric Key Block Cipher.
 about: Blowfish has a 64-bit block size and a variable key length from 32 bits up to 448 bits.
 
-See https://en.wikipedia.org/wiki/Blowfish_(cipher)
+See <https://en.wikipedia.org/wiki/Blowfish_(cipher)>
 End Rem
 Module Crypto.BlowfishCipher
 

+ 1 - 1
camelliacipher.mod/camelliacipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: Camellia Symmetric Key Block Cipher.
 about: Camellia has a block size of 128 bits and key sizes of 128, 192 and 256 bits. 
 
-See https://en.wikipedia.org/wiki/Camellia_(cipher)
+See <https://en.wikipedia.org/wiki/Camellia_(cipher)>
 End Rem
 Module Crypto.CamelliaCipher
 

+ 1 - 1
cast5cipher.mod/cast5cipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: CAST5 Symmetric Key Block Cipher.
 about: Also known as CAST-128, it has a 64-bit block size and a key size of between 40 and 128 bits (in 8-bit increments).
 
-See https://en.wikipedia.org/wiki/CAST-128
+See <https://en.wikipedia.org/wiki/CAST-128>
 End Rem
 Module Crypto.Cast5Cipher
 

+ 1 - 1
descipher.mod/descipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: DES/3DES Symmetric Key Block Cipher.
 about: Incorprates the legacy Data Encryption Standard 56-bit key cipher and its more scure successor 3DES with key sizes of 168, 112 or 56 bits.
 
-See https://en.wikipedia.org/wiki/Data_Encryption_Standard
+See <https://en.wikipedia.org/wiki/Data_Encryption_Standard>
 End Rem
 Module Crypto.DESCipher
 

+ 1 - 1
ideacipher.mod/ideacipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: IDEA Symmetric Key Block Cipher.
 about: Operates on 64-bit blocks using a 128-bit key.
 
-See https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm
+See <https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm>
 End Rem
 Module Crypto.IdeaCipher
 

+ 1 - 1
kasumicipher.mod/kasumicipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: KASUMI Block Cipher.
 about: Consists of a 128-bit key with 64-bit blocks.
 
-See https://en.wikipedia.org/wiki/KASUMI
+See <https://en.wikipedia.org/wiki/KASUMI>
 End Rem
 Module Crypto.KasumiCipher
 

+ 1 - 1
khazadcipher.mod/khazadcipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: KHAZAD Block Cipher.
 about: KHAZAD has an eight-round substitution–permutation network structure.
 
-See https://en.wikipedia.org/wiki/KHAZAD
+See <https://en.wikipedia.org/wiki/KHAZAD>
 End Rem
 Module Crypto.KhazadCipher
 

+ 1 - 1
kseedcipher.mod/kseedcipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: SEED Block Cipher.
 about: The cipher comprises 128-bit blocks and a 128-bit key.
 
-See https://en.wikipedia.org/wiki/SEED
+See <https://en.wikipedia.org/wiki/SEED>
 End Rem
 Module Crypto.KSeedCipher
 

+ 1 - 1
noekeoncipher.mod/noekeoncipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: NOEKEON Block Cipher.
 about: NOEKEON has a 128-bit block and key size.
 
-See https://en.wikipedia.org/wiki/NOEKEON
+See <https://en.wikipedia.org/wiki/NOEKEON>
 End Rem
 Module Crypto.NoekeonCipher
 

+ 1 - 1
serpentcipher.mod/serpentcipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: Serpent Symmetric Key Block Cipher
 about: Serpent has a block size of 128 bits and supports key sizes of 128, 192 or 256 bits.
 
-See https://en.wikipedia.org/wiki/Serpent_(cipher)
+See <https://en.wikipedia.org/wiki/Serpent_(cipher)>
 End Rem
 Module Crypto.SerpentCipher
 

+ 1 - 1
skipjackcipher.mod/skipjackcipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: Skipjack Block Cipher.
 about: Skipjack uses an 80-bit key to encrypt or decrypt 64-bit data blocks.
 
-See https://en.wikipedia.org/wiki/Skipjack_(cipher)
+See <https://en.wikipedia.org/wiki/Skipjack_(cipher)>
 End Rem
 Module Crypto.SkipjackCipher
 

+ 1 - 1
twofishcipher.mod/twofishcipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: Twofish Symmetric Key Block Cipher
 about: Twofish has a block size of 128 bits and key sizes of 128, 192 or 256 bits.
 
-See https://en.wikipedia.org/wiki/Twofish
+See <https://en.wikipedia.org/wiki/Twofish>
 End Rem
 Module Crypto.TwofishCipher
 

+ 1 - 1
xteacipher.mod/xteacipher.bmx

@@ -23,7 +23,7 @@ Rem
 bbdoc: XTEA Block Cipher
 about: XTEA works on 64-bit blocks with a 128-bit key.
 
-See https://en.wikipedia.org/wiki/XTEA
+See <https://en.wikipedia.org/wiki/XTEA>
 End Rem
 Module Crypto.XTeaCipher