Skip to content

Instantly share code, notes, and snippets.

@wqweto
wqweto / mdAesCtr.bas
Last active March 29, 2024 19:02
[VB6/VBA] Simple AES 256-bit password protected encryption
'--- mdAesCtr.bas
Option Explicit
DefObj A-Z
#Const HasPtrSafe = (VBA7 <> 0) Or (TWINBASIC <> 0)
'=========================================================================
' API
'=========================================================================