Public Member Functions | |
| Blowfish (byte[] key) | |
| Constructs and initializes a blowfish instance with the supplied key. | |
| void | Encipher (byte[] data, int length) |
| Encrypts a byte array in place. | |
| void | Decipher (byte[] data, int length) |
| Decrypts a byte array in place. | |
| Simias::Encryption::Blowfish::Blowfish | ( | byte[] | key | ) | [inline] |
Constructs and initializes a blowfish instance with the supplied key.
| key | The key to cipher with. |
| void Simias::Encryption::Blowfish::Encipher | ( | byte[] | data, | |
| int | length | |||
| ) | [inline] |
Encrypts a byte array in place.
| data | The array to encrypt. | |
| length | The amount to encrypt. |
| void Simias::Encryption::Blowfish::Decipher | ( | byte[] | data, | |
| int | length | |||
| ) | [inline] |
Decrypts a byte array in place.
| data | The array to decrypt. | |
| length | The amount to decrypt. |
1.5.6