Platforms to show: All Mac Windows Linux Cross-Platform
CipherMBS.BlockSize as Integer
Function:
Queries the block size for this cipher.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read only property)
CipherMBS.Encrypting as Boolean
Function:
Whether the class is encrypting or decrypting.
Notes:
True if encrypting or false for decrypting.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes:
True if encrypting or false for decrypting.
(Read only property)
CipherMBS.Flags as Integer
Function:
Queries the flags for the cipher.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read only property)
CipherMBS.IVLength as Integer
Function:
Queries the size of the initialization vector.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read only property)
CipherMBS.KeyLength as Integer
Function:
The key length.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read and Write property)
CipherMBS.Mode as Integer
Function:
Queries cipher mode.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read only property)
CipherMBS.Name as String
Function:
The name of the cipher engine.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 14.1 | Yes | Yes | Yes | Yes | No |
Notes: (Read only property)
CipherMBS.Padding as Boolean
Function:
Whether to apply padding or not.
Example:
Notes:
On by default.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 16.0 | Yes | Yes | Yes | Yes | No |
Example:
dim c as CipherMBS = CipherMBS.aes_256_ctr
call c.EncryptInit "Hello"
MsgBox "default: "+str(c.Padding)
c.Padding = false
MsgBox "set to false: "+str(c.Padding)
c.Padding = true
MsgBox "set to true: "+str(c.Padding)
On by default.
(Read and Write property)
CipherMBS.RC2KeyBits as Integer
Function:
The number of bits for RC2.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read and Write property)
CipherMBS.RC5Rounds as Integer
Function:
The number of rounds for RC5.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Encryption and Hash | MBS Encryption Plugin | 13.5 | Yes | Yes | Yes | Yes | No |
Notes: (Read and Write property)
The items on this page are in the following plugins: MBS Encryption Plugin.
Links
MBS Xojo Chart Plugins