GitHub / EaseFilterSDK 11 Repositories
Senior File System Filter Driver Developer
EaseFilterSDK/Zero-Trust-File-Access-Demo
Implement the Zero Trust File Access Control with encryption enabled, it can enhance the file security. By default all files will be encrypted automatically, all processes or users can't read the encrypted files, they will get the raw encrypted data. You can authorize the processes or users to access these encrypted files.
Language: C# - Size: 1.12 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

EaseFilterSDK/SecureShareExample
DRM example was implemented with the Transparent File Encryption and Control Filter Driver SDK. The shared file was encrypted with a unique 256-bits key, store the file access policies in a central server, share the encrypted files with fully control. You can grant, revoke or expire the file access at any time, even after the file has been shared.
Language: C# - Size: 13 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 3 - Forks: 3

EaseFilterSDK/SecureSandbox
Secure your sensitive files with access control policies, prevent unauthorized access, run untrusted programs safely with restriction.
Language: C# - Size: 14.1 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 5 - Forks: 3

EaseFilterSDK/RegistryFilterExample
A registry filter driver example which was implemented with the Registry Filter Driver SDK, to monitor and protect the registry activities, to track the registry change and prevent the registry from being changed by unauthorized processes or users.
Language: C# - Size: 12.8 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 5 - Forks: 2

EaseFilterSDK/python-file-security-filter-driver-SDK
A python demo project to demonstrates how to use the EaseFilter File Security Filter Driver SDK in Python
Language: C# - Size: 5.02 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 1 - Forks: 0

EaseFilterSDK/ProcessFilterExample
A C# process filter driver example which was implemented with the Process Filter Driver SDK. The Process Filter Driver SDK is a kernel-mode driver that filters process/thread creation and termination, it provides you an easy way to develop Windows application for the Windows process monitoring and protection.
Language: C# - Size: 12.8 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 11 - Forks: 5

EaseFilterSDK/OnAccessFileEncryption
The EEFD provides a comprehensive security solution to develop the transparent on-access file level encryption products. It allows you to encrypt the newly created files transparently. You can authorize the on-access encryption/decryption under the control of client-defined policy.
Language: C# - Size: 7.1 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

EaseFilterSDK/mini-filter-driver-framework
A mini filter driver development framework allows you to develop minit filter driver with different features.
Language: C# - Size: 17.4 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 47 - Forks: 9

EaseFilterSDK/FolderLockerExample
With the folder locker you can prevent your protected files being read,written,deleted, renamed, copied out of the protected folder, allow you to authorize or deny the file access to specific user or process, also allow you to hide the files or automatically encrypt/decrypt the files
Language: C# - Size: 12.5 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 10 - Forks: 7

EaseFilterSDK/FileMonitorExample
how to monitor the file activities on file system level, capture file open, create, overwrite, read, write, query file information, set file information, query security information, set security information, file rename, file delete, directory browsing and file close I/O requests.
Language: C# - Size: 10.4 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 20 - Forks: 11

EaseFilterSDK/File-Security-SDK
File security filter driver SDK, implemented with a Windows file system filter driver framework. It allows you to implement file audit, file access control, file protection and encryption Windows applications.
Language: C# - Size: 22.1 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 17 - Forks: 6

EaseFilterSDK/EaseFilterCPPExample
EaseFilter File Security Filter Driver SDK. EaseFilter Comprehensive File Security SDK is a set of file system filter driver software development kit which includes file monitor filter driver, file access control filter driver, transparent file encryption filter driver, process filter driver and registry filter driver.
Language: C++ - Size: 3.18 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 14 - Forks: 2

EaseFilterSDK/CloudTier-S3-Intelligent-Tiering-Demo
The CloudTier S3 demo is a C# demo project, it demonstrates how to connect the S3 storage from your on-premise storage, and how to generate the test files in on-premise storage and S3 storage. It demonstrates how to browse and read the S3 files as a local regular files.
Language: C# - Size: 2.89 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

EaseFilterSDK/CloudExplorer
The cloud storage explorer allows you to browse the cloud storage for different providers. You can connect the cloud storage seamlessly.
Language: C# - Size: 5.17 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 2 - Forks: 1

EaseFilterSDK/cloud-file-system-sdk
EaseFilter Cloud File System SDK allows you to implement the cloud disaster recovery (Cloud DR) solution, to seamlessly integrate your existing applications to the cloud environment without affecting the original data and programs, without any modification of your existing applications.
Language: C# - Size: 2.08 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

EaseFilterSDK/CloudConnectDemo
The SDK allows you to integrate the cloud as the second tier storage. Connect the Azure storage, Amazon S3 storage with your on premise application.
Language: C# - Size: 3.32 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 2 - Forks: 1

EaseFilterSDK/cloud-file-dr-s3-demo
EaseFilter Cloud DR provides user a complete, rapid, reliable and economical cloud disaster recovery solution. You can seamlessly integrate your existing applications to AWS S3 environment without affecting the original data and programs, without any modification of your existing applications.
Language: C# - Size: 2.47 MB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 0 - Forks: 0

EaseFilterSDK/AutoFileEncryptExample
A C# transparent file encryption example which was implemented with the Transparent Encryption File System Filter Driver SDK. The Transparent Encryption File System Filter Driver SDK allows you to develop transparent on-access, per-file encryption Windows application without the driver encryption knowledge, help you to handle most of the complexity in encryption operations.
Language: C# - Size: 12.2 MB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 14 - Forks: 5

EaseFilterSDK/Auto-File-Encrypt-with-DRM
To encrypt the files with the extra digital rights management data, you can control the encrypted file with the custom DRM, to expire your encrypted file, grant or revoke the control of the encrypted files anywhere and anytime even they were distributed.
Language: C# - Size: 5.49 MB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 3 - Forks: 0

EaseFilterSDK/Amazon-S3-File-Explorer
A demo project for Amazon S3 file explorer in C#, it demonstrates how to browse, upload or download the files in S3 with AWS SDK
Language: C# - Size: 2.97 MB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 1 - Forks: 0

EaseFilterSDK/AES-ENCRYPTION-IN-CPP
My clone repository
Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

EaseFilterSDK/FileProtectorExample
A C# File Protector Example With File Control Filter Driver SDK, to control the file access, prevent your sensitive files from being accessed by unauthorized users and processes.
Language: C# - Size: 10.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 2

EaseFilterSDK/CloudTierSDK
A storage tiering example was implemented with CloudTier Storage Tiering SDK. The CloudTier Storage Tiering SDK provides you a simple solution to develop the cloud archiving software, it allows you to integrate your existing on-premises applications with the remote cloud storage infrastructure in a seamless, secure, and transparent fashion.
Language: C# - Size: 5.25 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 4
