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.

    Language:C#601010
  • EaseFilter/FilterDriver

    A File System Filter Driver for file I/O monitors, file access control, transparent file encryption.

    Language:C#393322
  • fafalone/ZoneStripper

    Removes the Zone.Identifier alternate data stream that identifies files as 'from the internet'

    Language:Visual Basic 6.018115
  • 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#17105
  • 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++14212
  • 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#10108
  • Naandalist/secure-file-validator

    Secure file validation library with signature checking and content validation

    Language:JavaScript7112
  • deepesh611/Eagle-Encryptor

    A Desktop application to Encrypt the contents of a file, and this application supports most of the file formats.

    Language:Python6122
  • Coding-Meet/File-Encryption-Decryption

    How to Encrypt and Decrypt a File in Android Studio Kotlin

    Language:Kotlin5112
  • 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.

    Language:Python5100
  • 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.

    Language:Python5142
  • JOELKUNDU/Zenc-command-line-file-encrypter-decryptor

    A File/Folder encryptor written in c++ and based on Crypto++ library

    Language:C++5102
  • 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.

    Language:Python5100
  • 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#4102
  • 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.

    Language:Python3100
  • davidmwilliams/SecurityExplorer

    Windows Explorer-based interface for viewing file and folder security

    Language:C#3122
  • 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.

    Language:TypeScript2200
  • 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 đź“§

    Language:Python2100
  • aryanblouria/secure-election-system

    Academic project for CSE2005 - Operating Systems

    Language:C++1000
  • 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.

    Language:Python10
  • coderprasnt/Friendly-File-Smuggling

    FriendlyFileSmuggling is an educational project that demonstrates how to embed files within HTML for ethical purposes.

    Language:HTML1
  • LpCodes/pycryptobox

    pyCryptobox is a Python package that provides a simple way to encrypt and decrypt files and directories using the AES encryption algorithm.

    Language:Python1100
  • munirahmad9959/byte-des-wpf

    A WPF app in C# for encrypting and decrypting files using the DES algorithm, ensuring file security.

    Language:C#1100
  • ParhamDadkhah/SkappyCLI

    Tool for securing your files

    Language:C++1100
  • rethyxyz/encNotepad

    Secure Notepad using AES-128 CBC + HMAC SHA256.

    Language:Python1100
  • AmeeQAQ/filesec

    Little python script to encrypt/decrypt files.

    Language:Python0130
  • 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.

    Language:Python0100
  • BYP455/EnDef

    Web-App File Encryption / Decryption

    Language:JavaScript0100
  • 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.

    Language:Python0100
  • 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.

    Language:Python00
  • n1n4zu/publicKeyCipher

    This program creates public and private keys and uses them to encrypt and decrypt files.

    Language:Python0100
  • tejaspanchall/File-Hider

    File Hider is a Java-based secure file management application that enables users to hide and encrypt files.

    Language:Java0100
  • 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#
  • juhiagarwal2003/Veil-Crypt

    A Java-powered application to hide and manage sensitive files with OTP-secured email authentication.

    Language:Java
  • 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.