CAPICOM開發指引——對稱加解密、數字信封及數字摘要

今天介紹如何使用CAPICOM進行對稱加解密、非對稱加解密和摘要運算。 對稱加解密使用到的是EncryptedData組件,先上代碼。 //加密 Dim message As New EncryptedData message.Content =「12345678」 message.SetSecret 「password」 message.algorithm.Name = CAPICOM_ENCR
相關文章
相關標籤/搜索