55 skills found · Page 1 of 2
sourcenetwork / Orbis GoDecentralized Secrets Management Engine powered by threshold cryptography and proxy re-encryption
nucypher / PyUmbralNuCypher's reference implementation of Umbral (threshold proxy re-encryption) using OpenSSL and Cryptography.io
BarbaTunnelCoder / BarbaTunnelA layer that hide, redirect. forward, re-encrypt internet packet to keep VPN, Proxies and other p2p software hidden from Firewall. Free implementation for HTTP-Tunnel, UDP-Tunnel, port forwarding, port redirecting and packet re-encryption that can work in network data-link layer and transport layer
IronCoreLabs / Recrypt RsA set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.
0chain / 0chainZüs (formerly 0Chain) is a decentralized blockchain-based storage platform with no vendor lock-in and a 3-layer security - fragmentation, proxy re-encryption, and immutability. It has close to wire speed data performance, free reads, and is ideal for apps as well as backups, AI data, disaster recovery.
SherLzp / GoRecryptProxy Re-Encryption go implementation
nucypher / WhitepaperPrivacy layer for blockchain and decentralized applications based on proxy re-encryption
IronCoreLabs / IronhideTool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
IronCoreLabs / RecryptTransform encryption library for Scala
ygoseo / VPN Proxy Master Pro Free Fast Connect Unlimited VPN ProxyVPN Proxy Master Pro application masks your true IP address and location, encrypt your internet traffic, secures you from public Wi-Fi and helps unblock sites and apps on your Android phone so that you can access any restricted content, connect safely and anonymously. Our servers ensure high availability, security and anonymity of VPN services. ‘VPN Proxy Master Pro’ is very secure VPN app for android devices with In App Purchases integrated which means users can purchase fastest servers from the app also if they want to upgrade to fastest servers. In app purchases is divided into 3 plans. One Month Subscription: in which user will be able to use VPN and for ONE MONTH without ads and upgrading to fastest servers. Six Month Subscription: in which user will be able to use VPN and for SIX MONTHS without ads and upgrading to fastest servers. Twelve Month Subscription: in which user will be able to use VPN and for TWELVE MONTHS without ads and upgrading to fastest servers. Why choose ‘VPN Proxy Master Pro’? • Zero-buffering speeds: safe connection isn’t just a private VPN-it’s a fast, free and secure VPN as well! • Stay safe on the move: strong end-to-end data encryption keeps you safe on every public Wi-Fi hotspot, making it the best & secure VPN wifi app. • Hide IP address: protect your privacy with VPN by hiding real IP address that can be connected to your digital identity. Stay Safe! • Safest protection: VPN Virginia provides its users end - to - end encryption to guard sensitive information. • No logs, no tracking: We really have no idea what you’re doing online when VPN proxy service is enabled. We care for your privacy! • Budget-friendly: VPN For Android the best value VPN subscription plans. How to Use ‘VPN Proxy Master Pro’ (Safe-guard VPN app)? Step 1: Download the app Step 2: Select country you want to connect to Step 3: Click on "Start" That’s it! Features: • Fastest Super-Fast VPN Proxy • One Touch Connection • Auto Connect with Fastest Server • Unlimited Servers • Fastest Speed • Limitless Usage • IN APP Purchases • Multiple Ad Networks • Switch Between Ad Networks any Time • One signal Push Notifications • Fast Servers without Limit • Clean, Modern and Stunning UI Design • Android Studio Code • Error Free Source Code • Online Documentation • Android 11 Supported • Easy to Install • Complete Step by Step Installation Guide • Better User Experience • Available anytime for any support. Main Features of Free VPN on Android: Incognito Browsing: Using netherlands VPN you’ll be able to browse the web with complete anonymity. Security: Your network is fully encrypted, making it near impossible for anyone to see what you’re doing online. Stream from anywhere: Using free VPN client, sites or content on those sites that may be blocked in your region become readily available, making it possible to access & surf any site and service from virtually anywhere in the world. Avoid network throttling: VPN privacy resets your online network to its original settings and allow you to surf, stream, and download without having to worry about slow-loading sites. Find better deals online: By connecting to proxy hotspot server outside your home region and comparing prices online, you might be able to get better deals. You'll need a VPN in the following instances: * Visiting websites and launching apps blocked by your Internet Service Provider. * Willing to conceal from your Internet Service Provider for a fact of visiting certain websites. * VPN provides anonymous access to websites and apps- your Internet Service Provider is only notified of you being connected to a VPN - all the web-traffic is encrypted with a 1024-bit key. * Connecting to open Wi-Fi networks (password-less). All the data in these networks is transmitted in the clear (without encryption). * Website may be intercepted by ill-intentioned persons. VPN encrypts traffic and prevents it from being read even in case of open Wi-Fi networks.
nucypher / Taco Web🌮 A TypeScript client for TACo (Threshold Access Control)
aldenml / Eccelliptic-curve cryptography
nucypher / Nucypher Pre PythonNuCypher proxy re-encryption library in Python
DivyanshRoy / ProxyReEncryption RSA AES This Java based project contains code for Proxy Re-Encryption using RSA+AES. The message is encrypted at the Sender level with an AES Key. The AES Key is encrypted with the Sender's Public RSA Key. The AES Key is then Re-Encrypted at the Server so that it can be decrypted by the Reciever's Private RSA Key. After the decryption of the AES Key at the Reciever level the ciphertext is decrypted to obtain the original message.
nikosft / IB PREAn implementation of Identity-based proxy re-encryption scheme, due to Green and Ateniese, using Charm
taoxinyi / Proxy Re Encryption Demopython prototype of PRE (Proxy Re-encryption) on Cloud storage and sharing
IronCoreLabs / Recrypt Node BindingBindings from recrypt-rs to work with NodeJS
IronCoreLabs / Recrypt Wasm BindingBindings to be able to use recrypt-rs within a browser via WebAssembly.
nucypher / Zerodb Afgh PreAFGH Proxy re-encryption for ZeroDB
DivyanshRoy / Proxy ReEncryption Elliptical Curve Cryptography ECC Contains code for generation of Points on the Elliptic Curve and performing Proxy ReEncryption using them.