Showing 16 open source projects for "password protect folder software"

View related business solutions
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • Start building the next generation of GenAI apps today Icon
    Start building the next generation of GenAI apps today

    MongoDB and Google Cloud bring together powerful technologies that enable you to confidently build GenAI experiences.

    MongoDB Atlas is a fully-managed developer data platform built by developers, for developers. With tight integration to Google Cloud services such as Vertex AI and BigQuery, you can accelerate application deployment to stay at the forefront of AI innovation.
    Learn More
  • 1
    QtPass

    QtPass

    QtPass is a multi-platform GUI for pass, the standard unix password

    QtPass is part of the pass ecosystem. This means you are not stuck with QtPass, you can use the same password store with many clients. Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Doctor Dok

    Doctor Dok

    Doctor Dok is an AI based medical data framework

    Store, manage, and understand your medical history in one secure place that only you can access. Built to protect your privacy with full end-to-end encryption. Convert all your Blood Tests, MRI Scans, TK Scans, Visit reports, and Hospital Admission Reports to JSON, safely store in the cloud, and discuss, annotate, and translate them with AI. Doctor Dok is a secure storage, digitization, sharing, and AI discovery platform for all your family and/or folder health data. All health history...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    http-server

    http-server

    A simple zero-configuration command-line http server

    ... can include one in the openssl command via the -passout parameter (using password of foobar)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ClipAngel

    ClipAngel

    Clipboard history capture and paste tool

    This program belongs to class "Clipboard Manager". It captures many clipboard objects and allows user to select and paste one in any program. Inspired by analogs: ClipDiary, Ditto, AceText. Main priorities: usability, compatibility, reliability. Requires .Net Framework 4.52+ (Windows Vista+/Server 2008+)
    Leader badge
    Downloads: 159 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    inputbox password WIN OSX GTK QT Console VCPKG C# Lua R Fortran Pascal

    * OFFICIAL WEBSITE * v3.18.2 one C/C++ file & header provides 8 functions: - beep - tray notify popup - message & question - input & password - save file - open file(s) - select folder - color picker complements OpenGL Vulkan GLFW GLUT GLUI VTK SFML TGUI SDL Ogre Unity3d ION OpenCV CeGui MathGL GLM CPW GLOW Open3D ImGui MyGui GLT NGL STB Nuklear Fenster MicroUi & GUI-less programs NO INIT NO MAIN LOOP NO LINKING NO INCLUDE win (XP to 11) ASCII MBCS UTF-8 UTF-16 (wchar_t...
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 6
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    ... to check its facilities. You can also create your own users, databases, grant privileges, change passwords, enable audits, create tables etc. by having a look at this file : C:\forms64bit\httpd\htdocs\team1_user_and_database_creation.sql Also, the files, index.html and the team[1-8].php present in the same folder, can be studied for more customization. Use a good Text / Code Editor Software like "Sublime Text" OR Notepad++ to open these files. Check Google For Them.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 7
    Portable Webserver OS For Small Intranet

    Portable Webserver OS For Small Intranet

    For Web Developers, Testers, Learners, End Users - Screenshots Below

    ... connecting pc to router with a lan cable. 5. Click the Pen Drive Symbol at the bottom of its desktop and view the WEBSERVERFILES/public_html folder. All these html files will now be accessible over the entire lan, by visiting https://ws.local/foldername on your favorite internet browser 6. Copy new html files / folders through another pen drive, onto this public_html folder and view them on the network 7. Change root passwords of this linux system, mysql db from the default password...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8

    Code Library

    Organize Notes / Code

    Code Library is a Library Tool / Note organizer for developers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    sjcl

    sjcl

    Stanford Javascript Crypto Library

    The Stanford Javascript Crypto Library is a project by the Stanford Computer Security Lab to build a secure, powerful, fast, small, easy-to-use, cross-browser library for cryptography in Javascript. SJCL is small but powerful. The minified version of the library is under 6.4KB compressed, and yet it posts impressive speed results. SJCL is secure. It uses the industry-standard AES algorithm at 128, 192 or 256 bits; the SHA256 hash function; the HMAC authentication code; the PBKDF2 password...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    Password Guessing Framework

    Password Guessing Framework

    A Framework for Comparing Password Guessing Strategies

    ... is performed. In general though, any guesser that prints the password candidates via STDOUT can be used with the framework. The aforementioned password guessing / password cracking software is not part nor shipped with the framework and need to be installed separately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    ... endpoints over SSL/TLS to protect against content tampering and certain kinds of replay attacks. You can easily test if the endpoint is working by doing the following in your terminal, if you had a user created with the username admin and password password123. Alternatively, you can use all the content types supported by the Django REST framework to obtain the auth token.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Eluvium Data Encryption Software

    Eluvium Data Encryption Software

    DATA PROTECTION SOLUTION FOR A SAFER WORLD

    Eluvium is an easy to use encryption software that uses 256-bit military grade encryption to protect your private files and prevent them from being modified, read or even theft. Protect all your sensitive personal and commercial information including your photos, credit card data, tax returns or any other private document. Eluvium, don't require an internet connection. We take our privacy policy very seriously, so we never have any knowledge of your password and no way to retrieve or reset...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PHP Login Without Database by VallasTech

    PHP Login Without Database by VallasTech

    Secure PHP Login Without MySql by VallasTech

    Secure PHP Login Without MySql Secure by VallasTech. This simple script is used to make an easy login script without the need for MySql.Very easy to understand;run on any server.Simple design and full Customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Cryptkeeper

    Cryptkeeper Secuirty tool

    ... , RC2 , RC4 , MD5 , SHA1 , SHA2 , SHA3 , SHA4 , XoR , Crypt , HeX , BINARY , Rijndael 256 , Obfuscation String , RSA , BASE64. The password manager anything saved WILL NOT BE ENCRYPTED so it is smart to protect the program from others not using it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16

    FilterDriver

    File activities monitor and file access control, file encryption

    A.File and Folder Monitoring Monitor Windows file I/O activities in real time, track the file access and changes, monitor file and folder permission changes, audit who is writing, deleting, moving or reading files, report the user name and process name, get the user name and the ip address when the Windows file server's file is accessed by network user. B.File Access Control and Security Control Control Windows file I/O activities in real time, intercept the file system call, modify its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next