-
-
Notifications
You must be signed in to change notification settings - Fork 177
Sha1
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
Sha1 is a sequential task that generates SHA-1 hashes of a collection of files. The results are written
to an XML file as follows:
<Files>
<File path="$filePath" name="$fileName" sha1="8F363337594ECE0664B261BE156D17FA6842FAB2" />
<File path="$filePath" name="$fileName" sha1="8F363337594ECE0664B261BE156D17FA6842FAB2" />
<File path="$filePath" name="$fileName" sha1="8F363337594ECE0664B261BE156D17FA6842FAB2" />
...
</Files>
The XML file generated will be loaded by the Md5 task so that other tasks can select
it through the selectFiles option.
-->
<Task id="$int" name="Sha1" description="$string" enabled="true|false">
<!--
The files loaded by the task having as id $taskId will be
used to calculate their SHA-1 hashes.
-->
<Setting name="selectFiles" value="$taskId" />
<Setting name="selectFiles" value="$taskId" />
<!-- You can add as many selecteFiles as you want.-->
<!-- Optional. Samba computer name. -->
<Setting name="smbComputerName" value="$string" />
<!-- Optional. Samba domain name. -->
<Setting name="smbDomain" value="$string" />
<!-- Optional. Samba username. -->
<Setting name="smbUsername" value="$string" />
<!-- Optional. Samba password. -->
<Setting name="smbPassword" value="$string" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.
- Install Guide
- HTTPS/SSL
- Screenshots
- Docker
- Configuration Guide
- Persistence Providers
- Getting Started
- Android App
- Local Variables
- Global Variables
- REST Variables
- Functions
- Cron Scheduling
- Command Line Interface (CLI)
- REST API Reference
- Samples
- Logging
- Custom Tasks
-
Built-in Tasks
- File system tasks
- Encryption tasks
- Compression tasks
- Iso tasks
- Speech tasks
- Hashing tasks
- Process tasks
- Network tasks
- XML tasks
- SQL tasks
- WMI tasks
- Image tasks
- Audio and video tasks
- Email tasks
- Workflow tasks
- Social media tasks
- Waitable tasks
- Reporting tasks
- Web tasks
- Script tasks
- JSON and YAML tasks
- Entities tasks
- Flowchart tasks
- Approval tasks
- Notification tasks
- SMS tasks
- Run from Source
- Fork, Customize, and Sync