Web application to create VPN configuration profiles for iOS, iPadOS and macOS devices
A configuration profile is an XML file (ending in .mobileconfig) that consists of payloads that load settings and authorization information onto Apple devices. Configuration profiles automate the configuration of settings, accounts, restrictions, and credentials. These files can be created by an MDM solution or Apple Configurator, or they can be created manually. – Apple Documentation
You can install the profile on your Apple devices using AirDrop. Organizations might prefer to install the profile using their MDM solution.
You can't. However, no data is sent to any server. Everything runs locally in your browser. You can go offline, generate the profile and close the browser tab if you like.
I needed a way to quickly generate lots of passwords. Vorchard automatically generates a long random password for you using the browser's Web Crypto API.
This aims to make it harder for an attacker to guess your username.
My focus was to set common, secure defaults. For IKEv2 this means AES-256-GCM with SHA2-512 and Diffie Hellmann groups of 31 (Elliptic Curve 25519) for both phases 1 and 2.