FolderCrypt_Mini - Folder Encryption SDK Framework

Print

1 Introduction

FolderCrypt_Mini is a folder encryption SDK for software developer. It is based on the transparent file encryption technology implemented by a minifilter driver. Actually, the driver of FolderCrypt_Mini is a variant version of the minifilter of ETEFS_Mini. The focus of ETEFS_Mini is to encrypt the file generated by selected application, but FolderCrypt_Mini is focus on the encryption of the target directory which sensitive file located in. All file created in the target directory will be encrypted in real time. The encrypted files located in the target directory will be auto decrypted while file are being access. FolderCrypt_Mini also implement the access control feature. You can set access privilege for a process, user name or group name. So, FolderCrypt_Mini supports set filter like "user", "process" to permit access to an encrypted resource. With the help of FolderCrypt_Mini, software developers can rapidly build various document security products from scratch, like digital vault application, document right management system and document operation auditing system, etc.  


2 Product Benefits 

The API set of FolderCrypt_Mini is comprised of several functions programming in “C” language exported by a DLL library. By using these functions, it’s very easy to build a basic transparent file encryption system. These API functions can also be called from other programming language, like “C#” and “VB”.

Developing a driver is difficult. Developing a file system driver is even more difficult. If you want to create an engine from scratch, this may take a long development cycle and cause the loss of marketing.


3 Product Features 

       FolderCrypt_Mini supports set filter like "user", "process" to permit access to an encrypted resource.

FolderCrypt_Mini supports any type of files, such as EXE, DLL, SYS files.

FolderCrypt_Mini supports any type of file system only if the file system is available in windows. The supported file system list includes fastfat, ntfs, network file system. FolderCrypt_Mini is compatible with the encryption and compression feature in ntfs.

FolderCrypt_Mini integrates the XTEA and AES encryption algorithm into the transparent file encryption core. ETEFS_Mini can support any type of block encryption algorithm by customized development.

32-bit (x86) and 64-bit (X64) architectures of Windows XP and later.


4 Support and Services