file-security
There are 39 repositories under file-security topic.
EaseFilterSDK/mini-filter-driver-framework
A mini filter driver development framework allows you to develop minit filter driver with different features.
EaseFilter/FilterDriver
A File System Filter Driver for file I/O monitors, file access control, transparent file encryption.
fafalone/ZoneStripper
Removes the Zone.Identifier alternate data stream that identifies files as 'from the internet'
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.
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.
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
Naandalist/secure-file-validator
Secure file validation library with signature checking and content validation
deepesh611/Eagle-Encryptor
A Desktop application to Encrypt the contents of a file, and this application supports most of the file formats.
Coding-Meet/File-Encryption-Decryption
How to Encrypt and Decrypt a File in Android Studio Kotlin
doubtcrack/RSA-Encypter-Decrypter
The RSA Encryptor Decryptor is a digital lock and key system crafted as part of an academic project. It serves as a virtual toolbox, implemented in Python with a user-friendly interface built using Tkinter.
jeremylaratro/PhotoSec
A security-oriented Python script with bulk image analysis and security features such as metadata scrubbing, image file analysis, GPS data check, and file renaming.
JOELKUNDU/Zenc-command-line-file-encrypter-decryptor
A File/Folder encryptor written in c++ and based on Crypto++ library
Rahulpatil512/Secure_File_Storage_Using_Hybrid_Cryptography-main
A website that uses hybrid of four standard cryptographic ciphers to encrypt a text document. Technologies used: python flask framework with cryptography libraries.
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.
Arad-Afzali/AES-File-Encryptor-Decryptor
AES-File-Encryptor is a Python-based application that provides a user-friendly graphical interface for encrypting and decrypting files or texts using the Advanced Encryption Standard (AES). This tool is designed to help users secure their files or texts by generating encryption keys, and encrypting or decrypting them when needed.
davidmwilliams/SecurityExplorer
Windows Explorer-based interface for viewing file and folder security
rockyessel/cloud-collab-cc
A secure organizational file management system built on Pangea Cloud, offering features like secure file sharing, malware scanning, sensitive data redaction, and compliance auditing to ensure data protection and organizational security.
VishalShenoy2002/File-Monitor
It is a security application. It Monitors the given list of files and if there are any changes detected it will notify you through mail đź“§
aryanblouria/secure-election-system
Academic project for CSE2005 - Operating Systems
aryanshailech/Ransomware-Simulator
A Tkinter-based tool that encrypts and decrypts files in a folder using Fernet encryption. It provides an easy-to-use interface to securely encrypt all files, generate a decryption token, and later decrypt files using the token and ransom key.
coderprasnt/Friendly-File-Smuggling
FriendlyFileSmuggling is an educational project that demonstrates how to embed files within HTML for ethical purposes.
LpCodes/pycryptobox
pyCryptobox is a Python package that provides a simple way to encrypt and decrypt files and directories using the AES encryption algorithm.
munirahmad9959/byte-des-wpf
A WPF app in C# for encrypting and decrypting files using the DES algorithm, ensuring file security.
ParhamDadkhah/SkappyCLI
Tool for securing your files
rethyxyz/encNotepad
Secure Notepad using AES-128 CBC + HMAC SHA256.
AmeeQAQ/filesec
Little python script to encrypt/decrypt files.
arj1211/FileCrypto
A secure file encryption tool implementing AES-256-GCM encryption. This project provides a command-line interface for file encryption and decryption, featuring automatic key management, and integrity verification.
BYP455/EnDef
Web-App File Encryption / Decryption
clydeknox/PDFGuard-Secure-and-Sanitize-PDFs-with-Python
PDFGuard is a user-friendly Python application that helps you enhance the security of PDF files by removing potential security threats and hidden content. It does this by converting PDF pages into images and then creating new, sanitized PDFs from these images.
jeffersonrosa/monitora-arquivo-e-faz-backup
Este projeto monitora um arquivo à sua escolha e cria backups rotacionais automaticamente, mantendo um histórico de versões. É ideal para quem utiliza softwares sem backup automático, garantindo segurança e evitando perdas acidentais de trabalho.
n1n4zu/publicKeyCipher
This program creates public and private keys and uses them to encrypt and decrypt files.
tejaspanchall/File-Hider
File Hider is a Java-based secure file management application that enables users to hide and encrypt files.
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.
juhiagarwal2003/Veil-Crypt
A Java-powered application to hide and manage sensitive files with OTP-secured email authentication.
Life-Experimentalist/zipCracker
A Python-based tool for cracking protected ZIP, RAR, 7Z, and TAR archives using dictionary attacks, brute force methods, and concurrent processing.