RC5MBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
RC5MBS class
The class for RC5 encryption.
Do use to read existing RC5 encrypted things.
New projects may better use a better encryption.
- 16 methods
- method Constructor(key as MemoryBlock, rounds as Integer = 16)
- method Constructor(key as string, rounds as Integer = 16)
- method decrypt(data as Memoryblock) as Memoryblock
- method decrypt(data as string) as string
- method decryptCBC(data as Memoryblock, iv as memoryblock = nil) as Memoryblock
- method decryptCBC(data as string, iv as memoryblock = nil) as string
- method decryptCFB64(data as Memoryblock, iv as memoryblock, byref num as Integer) as Memoryblock
- method decryptCFB64(data as string, iv as memoryblock, byref num as Integer) as string
- method encrypt(data as Memoryblock) as Memoryblock
- method encrypt(data as string) as string
- method encryptCBC(data as Memoryblock, iv as memoryblock = nil) as Memoryblock
- method encryptCBC(data as string, iv as memoryblock = nil) as string
- method encryptCFB64(data as Memoryblock, iv as memoryblock, byref num as Integer) as Memoryblock
- method encryptCFB64(data as string, iv as memoryblock, byref num as Integer) as string
- method encryptOFB64(data as Memoryblock, iv as memoryblock, byref num as Integer) as Memoryblock
- method encryptOFB64(data as string, iv as memoryblock, byref num as Integer) as string
This class has no sub classes.
The items on this page are in the following plugins: MBS Encryption Plugin.
RC4MBS
-
RecordSet