Dim deriveBytes As New System.Security.Cryptography.Rfc2898DeriveBytes( password, salt)
のところをVBAでどのように書いたらいいのか悩んでいます。
Dim SSCObj As Object, deriveBytes As Object Set SSC_Obj = CreateObject("System.Security.Cryptography") deriveBytes = SSC_Obj.Rfc2898DeriveBytes(password, salt)