彩票走势图

Sapphire Encrypt Utility (产品编号:10890)

帮助您在移动通讯设备上加密和解密纯文本内容。

标签:.NET加密/解密

开发商: Sapphire

当前版本: v4.0

产品类型:控件

产品功能:加密/解密

平台语言:.NET

开源水平:不提供源码

本产品的分类与介绍仅供参考,具体以商家网站介绍为准,如有疑问请来电 023-68661681 咨询。

通过Sapphire Encrypt utility,您可以在您的移动通讯设备上加密和解密纯文本内容。您可以用指定密码密钥进行加密,并在设备驱动器或者服务器上解密,反之亦然。

* 关于本产品的分类与介绍仅供参考,精准产品资料以官网介绍为准,如需购买请先行测试。

通过以下功能,Sapphire Encrypt Utility可以轻松得进行数据加密:
  • 使用指定的密码密钥对文本字符进行加密
  • 使用指定的密码密钥对文本字符进行解密
  • 使用指定的密码密钥对文件进行加密
  • 使用指定的密码密钥对文件进行解密
实例代码
  该操作是如此简单的,您只需在您的程序中声明相应的DLL函数,然后在您需要的地方调用即可。以下是一个VB.NET的示范程序,用于演示如何对纯文本字符进行加密和解密。
  • 加密文本
    Dim sEncrypted As Integer

    Dim sNew As String

    ' Fill sNew to force the string variable to a sufficient size for the returned string

    sNew = Space(1000)

    sEncrypted = sEncryptText(txtOriginal.Text, sNew, txtPassword.Text, _
    1234567890, True)

    txtEncrypted.Text = StripString(sNew)

    If sEncrypted = 0 Then

    MsgBox("Encrypted")

    Else

    MsgBox("Problem")

    End If
  • 解密文本
    Dim sDecrypted As Integer

    Dim sNew As String


    ' Fill sNew to force the string variable to a sufficient size for the returned string

    sNew = Space(1000)

    sDecrypted = sDecryptText(txtEncrypted.Text, sNew, txtPassword.Text, _

    1234567890, True)

    txtDecrypted.Text = StripString(sNew)

    If sDecrypted = 0 Then

    MsgBox("Decrypted")

    Else

    MsgBox("Problem")

    End If

更新时间:2014-02-25 14:26:13.000 | 录入时间:2006-05-22 15:16:00.000 | 责任编辑:

相关产品
The Enigma Protector

一个强大专业的系统 用于软件压缩和加密保护

JEB

反编译和调试二进制代码和混淆的应用程序

Virbox Protector

一款全面的数字版权保护与软件安全解决方案。

.NET Reactor

一款为.NET Framework编写的软件的功能强大的代码保护和软件许可系统。

PreEmptive Protection Dotfuscator

Dotfuscator是一款.NET混淆器和压缩器,防止您的应用程序被反编译。

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP