activities
latest
false
- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

开发者活动
上次更新日期 2026年4月21日
散列文本
UiPath.Cryptography.Activities.HashText
重要提示:
This activity is now deprecated. The SHA1, SHA256, SHA384, and SHA512 algorithms have been moved to the Hash File activity.
描述
使用指定算法散列字符串,并返回所生成散列结果的十六进制字符串表示。
项目兼容性
Windows - 旧版
配置
属性面板
常见
- “出错时继续”- 指定在活动抛出错误时是否应继续自动化操作。该字段仅支持“布尔值”(
True和False)。默认值为False。因此,如果该字段为空且活动引发错误,系统将停止执行项目。如果该值设为“True”,则无论出现何种错误,系统都将继续执行项目。备注:如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“
True”,则系统在执行项目时不会捕获任何错误。 - “显示名称”- 活动的显示名称。
输入
- Algorithm - A drop-down menu which enables you to select the keyed hashing algorithm you want to use. The following options are available: MD5 (Non-FIPS), RIPEMD160 (Non-FIPS), SHA1, SHA256, SHA384, and SHA512.
- Encoding - The encoding used to interpret the key specified in the Key property.
- Text - The string to be hashed by this activity.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- Result - Reference to the hashed input string to be used in other activities.