Showing 21 open source projects for "passwords"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 1
    Abaddon

    Abaddon

    An alternative Discord client with voice support made with C++ and GTK

    ...For example the web client sends lots of telemetry via the /science endpoint (uBlock origin stops this) as well as in the headers of all requests. Discord likes disabling accounts/forcing them to reset their passwords if they think the user is a spam bot or potentially had their account compromised. While the official client still often gets users caught in the spam filter, third party clients tend to upset the spam filter more often. If you get caught by it, you can usually appeal it and get it restored.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2
    SymmetricDS

    SymmetricDS

    Database Replication, Filtered Synchronization, and Transformation

    SymmetricDS is database replication and file synchronization software. It is a platform-independent, web-enabled, and database-agnostic synchronization tool. With initial data load, bidirectional change data capture, conflict resolution, and data transformation, it is a comprehensive data replication solution.
    Leader badge
    Downloads: 201 This Week
    Last Update:
    See Project
  • 3
    peerweb.site

    peerweb.site

    Peer to Peer decentral Web Site hosting at your fingertips

    Peer Web Site supports content encryption aka. salting since v. beta 0.8.0. The code regarding this feature can be found at: EncryptDecrypt.js and ensures that the passwords/passphrases do net get saved nor sent anywhere. This is a very convenient feature to secure your content. Although, it can not encrypt IPFS nor WebTorrent files added to your site and purely encrypts the actual content, which you enter through the text editor or devtools, as well as embedded Base64 files. Send Texts, Music, Pictures and Videos embedded in HTML with CSS and JavaScript through WebRTC, WebTorrents or IPFS, live edited P2P as well as static Torrents + IPFS. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Unofficial Discord 3DS Client

    Unofficial Discord 3DS Client

    A simple unofficial Discord client to use as an example

    ...So, I decided to make this as an example of how I think it should have been done. First, you need a token to an account that you own, because Discord doesn't want people asking for passwords. Anyway, place this into a file called discord token.txt in the root of your sd card.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    FlareChat

    FlareChat

    An OpenSource Chat Solution

    ...It has a Built-In-Server for fast hosting and a separate Server for running on Console-only Systems. You can manage rooms and also kick chatters. In the future, we plan to add better Encryption, Server-Passwords, User-Passwords, File-Transfers and a way to save settings! Based on the following Post: http://www.dreamincode.net/forums/topic/259777-a-simple-chat-program-with-clientserver-gui-optional/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SWsterisk Debian based Asterisk

    SWsterisk Debian based Asterisk

    Asterisk and FreePBX on Debian, by Astiostech Sdn Bhd Malaysia

    ...Network: After booting, run #ifconfig -a Then either #dhclient ethX or edit manually /etc/network/interfaces #ifup ethX More details can be found here: Asterisk 11: http://highsecurity.blogspot.com/2013/04/sanjay-asterisk-debian-based-asterisk.html Asterisk 13: http://highsecurity.blogspot.com/2014/10/debian-7-wheezy-based-asterisk-12.html Username/Passwords: ================ OS: root/asteriskrocks FreePBX: admin/@steriskRocks1 MySQL: root/@steriskRocks1 AMI: admin/@steriskRocks1 Other passwords likely to be: @steriskRocks1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Putty SSH Commander

    Putty SSH Commander

    Quickly, simultaneously issue SSH commands to multiple Linux machines

    Now you can quickly, simultaneously issue SSH commands to multiple UNIX servers from Windows. Host names, IP addresses and AES encrypted/Base64 encoded passwords come from a configuration file, dynamically creating GUI labels. Great, fast, SOA tool.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Putty Terminal Deployer

    Putty Terminal Deployer

    Easily open multiple SSH login terminals to Linux servers

    PuTTY Terminal Deployer allows dynamic PuTTY secure shell (SSH) logins to multiple UNIX servers. Host, IP addresses and AES encrypted/Base64 encoded passwords are read from a configuration file. All GUI labels are created dynamically from this info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pro Password Generator

    Pro Password Generator

    Generates passwords depends on your choise.

    *Generate random and really strong passwords *Password length can be selected. * Passwords characters type (letter,capital letter,numbers,special characters (. - _ ? etc.) can be selected. * Copy-clear the generated password with a button.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Gmail Notifier

    Gmail Notifier

    Multiple account (or label) Gmail notifier (without storing passwords)

    Gmail Notifier (restartless) is an open-source project that notify you about incoming emails from all your Google Mail accounts and labels. Features: 1. No requirement to enter your credentials. 2. Multiple account support 3. Multiple label support 4. Low bandwidth usage by using RSS technology 5. Mark as read, report span, trash or archive massages right from toolbar
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sound PHP Engine

    Sound PHP Engine

    Content management system

    ...s-p-e can be better than other CMS because: 1) it is free (as in freedom) software; 2) it uses only sessions and NO client-side cookies (the feature works when the php.ini file on the web-server contains "session.use_cookies = 0" string and "session.use_trans_sid = 1" string). 3) all the information of the sessions is stored in the database; 4) s-p-e does not use any kind of client-side scripts (no JavaScript, for example). 5) passwords of the users are stored in the database in the encrypted state 6) multilanguage support of the program is based on the GNU gettext. 7) s-p-e's interface is nicely viewed with text-browsers: w3m (perfect view!), links, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    BitDHT is a LGPL'd general purpose C++ Distributed Hash Table library. It is designed to take hassle out over creating your own DHT. BitDHT is compatible with bitttorrent's DHT and can leverage this network to bootstrap your own personal DHT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SWAG (Simple Wireless Auth of Guests)
    The SWAG (Simple Wireless Authentication of Guest) will assist those in need of creating guest user accounts on a Cisco WLC. This tool prompts for a WLC user and password along with the guest firstname and lastname, then prints out the Credentials.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A powerful and secure Java Chat Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MyPassMan is a password management program that securely encrypts all your passwords using a master pass phrase. It takes advantage of capabilities introduced in Java 6 such as web browser launching and the ability to minimize to the System Tray.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web application for changing passwords on an Apple OS X Server (10.3+) via the web.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A web proxy that provides Single Sign-On (SSO) into websites in a manner that protects your passwords and other sensitive information from untrusted network access devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Uberforum is a message board system writtin in PHP and using a mySQL database. It currently supports mulitple forums, an admin system, an account system, and signatures. It now offers the ability to change passwords, and other features. Soon to come -
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Uruk is intended to be an easy and safe way to save short data (such as passwords) across a network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    atomchat

    atomchat

    Free PHP chat script. No database required.

    PHP Atomchat is a free PHP chat script for low volume sites or individual homepages, e.g. P2P chat. Works OOTB Completely anonymous No registration or passwords ever Emoji auto-conversion File uploads Multi-lingual No database required
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next