Showing 22 open source projects for "paranoid linux"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Downloads: 61 This Week
    Last Update:
    See Project
  • 2
    This is a Paranoid Mirror for - Redmi Note 12 Turbo / POCO F5 (marble) - @adithya2306 / @gotenksIN - Xiaomi Pad 6 (pipa) - @YumeMichi The builds are made by the developers this is just a mirror for all the older builds that I used to have
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    pangu.js

    pangu.js

    Opinionated paranoid text spacing in JavaScript

    pangu.js is a lightweight JavaScript library that automatically inserts proper spacing between Chinese, Japanese, or Korean (CJK) characters and Latin letters, numbers, or symbols. The goal is typographic polish: mixed-script text often becomes cramped or ambiguous without the correct spacing rules, and pangu.js fixes that reliably. It uses rule-based detection to walk text and add spaces where needed without altering the characters themselves. The library runs in browsers or Node.js, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Laravel Backup

    Laravel Backup

    A package to backup your Laravel app

    This Laravel package creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database. The backup can be stored on any of the filesystems you have configured. The package can also notify you via Mail, Slack or any notification provider when something goes wrong with your backups. Feeling paranoid about backups? Don't be! You can backup your application to multiple filesystems at once. Once installed,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    VeraCrypt

    VeraCrypt

    Open source disk encryption with strong security for the Paranoid

    VeraCrypt is a free disk encryption software brought to you by IDRIX (https://www.idrix.fr) and based on TrueCrypt 7.1a. It adds enhanced security to the algorithms used for system and partitions encryption making it immune to new developments in brute-force attacks. It also solves many vulnerabilities and security issues found in TrueCrypt. This enhanced security adds some delay ONLY to the opening of encrypted partitions without any performance impact to the application use phase....
    Leader badge
    Downloads: 8,979 This Week
    Last Update:
    See Project
  • 6
    zpaqfranz

    zpaqfranz

    Zpaq compatible archiver for Win, Linux, Free/OpenBSD, Solaris & MacOS

    ...Get forever storage of your files, managing critical backups with bulletproof archival solutions and enterprise-grade reliability Far more efficient than Time Machine or ZFS snapshots-perfect for VM backups and permanent archiving, effortlessly handling TBs and millions of files Optimized for cloud/NAS/USB with ultra-low bandwidth, military-grade encryption, and 1GB/s+ speeds on modern hardware GUI (Win/Linux/Mac) https://sourceforge.net/projects/catpaq Why choose catpaq/zpaqfranz? ✓ Complete: single/multi-file storage architecture ✓ Modern: SHA-2, SHA-3, BLAKE3, XXH3 and more ✓ Paranoid: anti-ransomware data verification with integrity checks ✓ Runs everywhere: TrueNAS, ARM-powered, even ESXi ✓ Lightning-fast: multi-core processing + hardware acceleration ✓ Deduplicated disk imaging ✓ Battle-tested: 15+ years of active development since 2009 https://github.com/fcorbelli/zpaqfranz https://www.francocorbelli.it/zpaqfranz 100% FOSS • forever free
    Downloads: 33 This Week
    Last Update:
    See Project
  • 7
    Paranoid Android OnePlus SM8250

    Paranoid Android OnePlus SM8250

    https://t.me/ParanoidAndroidOP8

    Instructions: - Be on OOS 13.1.0.581 or .582 firmware with an unlocked bootloader - Have the OnePlus/Qualcomm fastboot and the latest Google ADB Interface drivers installed, along with the latest official Android SDK Platform tools - Download the recovery, boot it with "fastboot boot path/to/recovery.img" - Navigate to adb sideload with the volume keys and press the power button - Run "adb sideload /path/to/aospa.zip" - Wipe data using the volume and power keys if coming from another...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Aurora Files

    Aurora Files

    Your files in your cloud on your rules

    Aurora Files is an open-source file storage platform for small teams and personal users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    AOSPA (mojito)

    AOSPA (mojito)

    Unofficial Paranoid Android releases for Redmi Note 10

    Downloads: 1 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sWAF

    sWAF

    A simple Web Application Firewall docker image

    sWAF is a simple Web Application Firewall docker image, pre-configured to be easily used within your web services architecture. It runs NGINX as a dedicated reverse proxy embedding powerful WAF engines: ModSecurity 3, using OWASP® ModSecurity Core Rule Set (CRS) rules, and NAXSI. It uses acme.sh for Let's Encrypt and other free CA support. A lot of people are self-hosting their own cloud infrastructure (using Nextcloud, Synology, QNAP, a cloud lease server or home-made solutions...), but we...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Blackfriday

    Blackfriday

    Blackfriday, a markdown processor for Go

    Blackfriday is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input. HTML output is currently supported, along with Smartypants extensions. It started as a translation from C of Sundown. Blackfriday itself does nothing to protect against malicious content. If you are dealing with user-supplied...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Trousseau

    Trousseau

    File based encrypted key-value store

    Trousseau is an encrypted key-value store designed to be a simple, safe and trustworthy place for your data. It stores data in a single encrypted file. It supports both asymetric encryption using OpenPGP, and symmetric encryption using AES256. It can be easily synced across devices using Dropbox, OneDrive. It can be exported and imported to/from multiple remote storages using integrated S3, ssh, and gist support. If used with OpenPGP encryption, it is able to restrict access to the data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    pangu.py

    pangu.py

    Paranoid text spacing in Python

    pangu.py is a Python port of the Pangu spacing tool that automatically inserts proper whitespace between CJK characters and Latin letters, numbers, or symbols. Mixed-script text often becomes cramped or ambiguous, and this library applies simple but effective typography rules to make it instantly more readable. It works both as a Python library and a command-line utility, so you can process strings in code, tidy files in bulk, or wire it into documentation and build pipelines. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Paranoid

    Paranoid

    String obfuscator for Android applications.

    String obfuscator for Android applications. In order to make Paranoid work with your project you have to apply the Paranoid Gradle plugin to the project. Please notice that the Paranoid plugin must be applied after the Android plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Mind Guard Linux

    Mind Guard Linux

    Mind Guard OS Made For Minds

    ...Mind Guard Linux 2018 is available now, based on Ubuntu 16.04LTS. User Name & Password is Linux. MGL NoPAE ISO is for Machines with 4GB RAM & MGL PAE ISO is for Machines with Maximum up to 64GB of RAM. Mind Guard is the Glasses.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18

    PACmanJBBlaze

    PACman Rom Galaxy Blaze 4G

    PACman Rom Galaxy Blaze 4G PACman merges some of the best features from Paranoid Android, AOKP, and CyanogenMod into one uber-featured ROM. This includes CM10 settings, AOKP Settings, and ParanoidAndroid settings—plus all the interconnected cherry picks you could ever wants However, the ParanoidAndroid crew have asked that the ParanoidPreferences.apk be taken out of the ROM. It can be grabbed from any ParanoidAndroid ROM Installation: Download to sdcard reboot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ParanoidBlaze

    Paranoid Android for the Samsung Galaxy Blaze 4G

    Paranoid Android for the Samsung Galaxy Blaze 4G Rom Includes: Apex Launcher Sony Walkman Player for Galaxy ICS,JB ROM Themed Battery/Wifi/GSM Icons added Complete set of init.d tweaks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This package is a modest implementation of a non-alphanumeric encryption algorithm in java. But I'm kinda looking forward to creating a whole gui app implementing most well-known encryption tools, "the paranoid secret-coder special brainkiller"!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    No more data loss because of forgotten backups on every PC/Mac/Unixbox. Regularly performs backups of all important data without using tape/CD/DVD by replicating backups to other machines in a network. A must-have for notebook users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Paranoid Android is a security enhancer for Mac OS X. Whenever an application asks the operating system to open a URI, Paranoid Android steps in and asks the user for confirmation before it can be opened.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB