Skip to content

Instantly share code, notes, and snippets.

@motoraku
motoraku / EncryptStringTripleDES.vba
Last active February 18, 2022 08:39
Excel VBA 暗号化と復号化(TripleDES) : Triple DES Encryption and Decryption
'***************************************************************************************************
'オプション:
'***************************************************************************************************
'事前の変数宣言(Dim [変数] As [型])を必須とする
Option Explicit
'***************************************************************************************************
'定数宣言
'***************************************************************************************************