Platforms to show: All Mac Windows Linux Cross-Platform

The module TwofishMBS

module TwofishMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
module Encryption and Hash MBS Encryption Plugin 17.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The module for Twofish encryption.

You can use this class for compatibility to PHP.

  • method DecryptCBC(Key as MemoryBlock, InputData as MemoryBlock, IV as MemoryBlock) as MemoryBlock
  • method DecryptCBC(Key as String, InputData as String, IV as String) as String
  • method DecryptECB(Key as MemoryBlock, InputData as MemoryBlock) as MemoryBlock
  • method DecryptECB(Key as String, InputData as String) as String
  • method EncryptCBC(Key as MemoryBlock, InputData as MemoryBlock, IV as MemoryBlock) as MemoryBlock
  • method EncryptCBC(Key as String, InputData as String, IV as String) as String
  • method EncryptECB(Key as MemoryBlock, InputData as MemoryBlock) as MemoryBlock
  • method EncryptECB(Key as String, InputData as String) as String

Some examples which use this module:

Blog Entries

Xojo Developer Magazine

Videos

Release notes


The items on this page are in the following plugins: MBS Encryption Plugin.


The biggest plugin in space...