Skip to content

Commit b77542f

Browse files
committed
Update README.md
1 parent 4e94691 commit b77542f

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

Diff for: README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,22 @@ A sandbox is a secure, isolated and a tightly controlled environment where progr
6363
## EaseFilter File System Filter Driver SDK Reference
6464
| Product Name | Description |
6565
| --- | --- |
66+
| [Cloud File System SDK](https://www.easefilter.com/cloud/cloud-file-system-sdk.htm) | EaseFilter Cloud File System SDK Introduction. |
67+
| [CloudTier Storage Tiering SDK](https://www.easefilter.com/cloud/storage-tiering-sdk.htm) | EaseFilter Storage Tiering Filter Driver SDK Introduction. |
6668
| [File Monitor SDK](https://www.easefilter.com/kb/file-monitor-filter-driver-sdk.htm) | EaseFilter File Monitor Filter Driver SDK Introduction. |
6769
| [File Control SDK](https://www.easefilter.com/kb/file-control-file-security-sdk.htm) | EaseFilter File Control Filter Driver SDK Introduction. |
6870
| [File Encryption SDK](https://www.easefilter.com/kb/transparent-file-encryption-filter-driver-sdk.htm) | EaseFilter Transparent File Encryption Filter Driver SDK Introduction. |
6971
| [Registry Filter SDK](https://www.easefilter.com/kb/registry-filter-drive-sdk.htm) | EaseFilter Registry Filter Driver SDK Introduction. |
7072
| [Process Filter SDK](https://www.easefilter.com/kb/process-filter-driver-sdk.htm) | EaseFilter Process Filter Driver SDK Introduction. |
71-
| [Storage Tiering SDK](https://www.easefilter.com/cloud/storage-tiering-sdk.htm) | EaseFilter Storage Tiering Filter Driver SDK Introduction. |
7273
| [EaseFilter SDK Programming](https://www.easefilter.com/kb/programming.htm) | EaseFilter Filter Driver SDK Programming. |
7374

7475
## EaseFilter SDK Sample Projects
7576
| Sample Project | Description |
7677
| --- | --- |
78+
| [CloudTier Storage Tiering Demo](https://www.easefilter.com/cloud/cloudtier-storage-tiering-demo.htm) | A HSM File System Filter Driver Demo. |
79+
| [CloudTier S3 Tiering Demo](https://www.easefilter.com/cloud/cloudtier-s3-intelligent-tiering-demo.htm) | CloudTier S3 Intelligent Tiering Demo. |
80+
| [Cloud File DR S3 Demo](https://www.easefilter.com/cloud/cloud-file-dr-demo.htm) | Cloud File DR S3 Demo. |
81+
| [Amazon S3 File Explorer Demo](https://www.easefilter.com/cloud/s3-browser-demo.htm) | Amazon S3 File Explorer Demo. |
7782
| [Auto File DRM Encryption](https://www.easefilter.com/kb/auto-file-drm-encryption-tool.htm) | Auto file encryption with DRM data embedded. |
7883
| [Transparent File Encrypt](https://www.easefilter.com/kb/AutoFileEncryption.htm) | Transparent on access file encryption. |
7984
| [Secure File Sharing with DRM](https://www.easefilter.com/kb/DRM_Secure_File_Sharing.htm) | Secure encrypted file sharing with digital rights management. |
@@ -84,19 +89,18 @@ A sandbox is a secure, isolated and a tightly controlled environment where progr
8489
| [Registry Monitor](https://www.easefilter.com/kb/RegMon.htm) | Monitor the Registry activities, block the modification of the Registry keys. |
8590
| [Secure Sandbox Example](https://www.easefilter.com/kb/Secure-Sandbox.htm) |A secure sandbox example, block the processes accessing the files out of the box. |
8691
| [FileSystemWatcher Example](https://www.easefilter.com/kb/FileSystemWatcher.htm) | File system watcher, logging the file I/O events. |
92+
| [ZeroTrust Example](https://www.easefilter.com/kb/zero-trust-file-access-control-demo.htm) | Zero trust file access control with encryption feature. |
8793

8894
## Filter Driver Reference
8995

90-
* Understand MiniFilter Driver: https://www.easefilter.com/kb/understand-minifilter.htm
91-
* Understand File I/O: https://www.easefilter.com/kb/File_IO.htm
92-
* Understand I/O Request Packets(IRPs):https://www.easefilter.com/kb/understand-irps.htm
93-
* Filter Driver Developer Guide: https://www.easefilter.com/kb/DeveloperGuide.htm
94-
* MiniFilter Filter Driver Framework: https://www.easefilter.com/kb/minifilter-framework.htm
95-
* Isolation Filter Driver: https://www.easefilter.com/kb/Isolation_Filter_Driver.htm
96+
* [Understand MiniFilter Driver](https://www.easefilter.com/kb/understand-minifilter.htm)
97+
* [Understand File I/O](https://www.easefilter.com/kb/File_IO.htm)
98+
* [Understand I/O Request Packets(IRPs)](https://www.easefilter.com/kb/understand-irps.htm)
99+
* [Filter Driver Developer Guide](https://www.easefilter.com/kb/DeveloperGuide.htm)
100+
* [MiniFilter Filter Driver Framework](https://www.easefilter.com/kb/minifilter-framework.htm)
101+
* [Isolation Filter Driver](https://www.easefilter.com/kb/Isolation_Filter_Driver.htm)
96102

97103
## Support
98104
If you have questions or need help, please contact [email protected]
99105

100106
[Home](https://www.easefilter.com/) | [Solution](https://www.easefilter.com/solutions.htm) | [Download](https://www.easefilter.com/download.htm) | [Demos](https://www.easefilter.com/online-fileio-test.aspx) | [Blog](https://blog.easefilter.com/) | [Programming](https://www.easefilter.com/kb/programming.htm)
101-
102-

0 commit comments

Comments
 (0)