10 | Phoenix is a Bitcoin wallet using the Lightning network 11 | for sending and receiving payments. 12 |
13 |14 | It is a free open source software, developed by 15 | ACINQ under the 16 | Apache 2.0 License. 17 |
18 |19 | Note that this wallet is non-custodial: 20 | you have sole custody of the wallet's 12-word seed. 21 | Do not give this seed to anyone, and beware of phishing. 22 |
23 |24 | If you have questions, consult the FAQ. 25 | You can also contact support for help. 26 |
27 |28 | Bitcoin/fiat exchange rates are retrieved from various third-party APIs: 29 |
30 |Standard security:
11 |Advanced security:
17 |24 | With advanced security enabled: If the device is restarted, and Phoenix is re-launched automatically (e.g. operating system upgrade), then incoming payments will fail until you unlock Phoenix. 25 |
26 | 27 |29 | Your seed is wrapped using ChaCha20-Poly1305 with a 256-bit lockingKey, and the resulting {ciphertext, nonce, tag} is stored in a JSON file on disk. The lockingKey is stored in the iOS keychain. 30 |
31 |32 | With normal security, the app can access the lockingKey on app launch, and immediately unlock the bitcoin wallet. Enabled security options restrict access to the user interface. 33 |
34 |35 | With advanced security, the lockingKey is encumbered such that it cannot be accessed unless you authenticate with biometrics. Thus the app is incapable of unlocking the bitcoin wallet without your assistance. 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /phoenix-ios/phoenix-ios/views/html/about.css: -------------------------------------------------------------------------------- 1 | /* Credits: 2 | * https://useyourloaf.com/blog/using-dynamic-type-with-web-views/ 3 | * https://useyourloaf.com/blog/supporting-dark-mode-in-wkwebview 4 | **/ 5 | 6 | :root { 7 | background: [[background_color]]; 8 | color: [[foreground_color]]; 9 | --link-color: [[link_color]]; 10 | } 11 | 12 | body { 13 | font: -apple-system-body; 14 | } 15 | 16 | a { 17 | color: var(--link-color); 18 | } 19 | 20 | p { 21 | margin-top: 0pt; 22 | margin-bottom: 0pt; 23 | padding-top: 5pt; 24 | padding-bottom: 10pt; 25 | } 26 | 27 | p.noBottomPadding { 28 | padding-bottom: 0pt; 29 | } 30 | 31 | ul { 32 | margin-top: 0; 33 | padding-top: 0; 34 | } 35 | -------------------------------------------------------------------------------- /phoenix-ios/phoenix-ios/views/html/advancedSecurity.css: -------------------------------------------------------------------------------- 1 | /* Credits: 2 | * https://useyourloaf.com/blog/using-dynamic-type-with-web-views/ 3 | * https://useyourloaf.com/blog/supporting-dark-mode-in-wkwebview 4 | **/ 5 | 6 | :root { 7 | background: [[background_color]]; 8 | color: [[foreground_color]]; 9 | --link-color: [[link_color]]; 10 | } 11 | 12 | body { 13 | font: -apple-system-body; 14 | } 15 | 16 | a { 17 | color: var(--link-color); 18 | } 19 | 20 | p { 21 | margin-top: 0pt; 22 | margin-bottom: 0pt; 23 | padding-top: 5pt; 24 | padding-bottom: 5pt; 25 | } 26 | 27 | ul { 28 | margin-top: 0; 29 | padding-top: 0; 30 | } 31 | -------------------------------------------------------------------------------- /phoenix-ios/phoenix-ios/views/html/cs.lproj/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 | Phoenix is a Bitcoin wallet using the Lightning network 11 | for sending and receiving payments. 12 |
13 |14 | It is a free open source software, developed by 15 | ACINQ under the 16 | Apache 2.0 License. 17 |
18 |19 | Note that this wallet is non-custodial: 20 | you have sole custody of the wallet's 12-word seed. 21 | Do not give this seed to anyone, and beware of phishing. 22 |
23 |24 | If you have questions, consult the FAQ. 25 | You can also contact support for help. 26 |
27 |28 | Bitcoin/fiat exchange rates are retrieved from various third-party APIs: 29 |
30 |Standard security:
11 |Advanced security:
17 |24 | With advanced security enabled: If the device is restarted, and Phoenix is re-launched automatically (e.g. operating system upgrade), then incoming payments will fail until you unlock Phoenix. 25 |
26 | 27 |29 | Your seed is wrapped using ChaCha20-Poly1305 with a 256-bit lockingKey, and the resulting {ciphertext, nonce, tag} is stored in a JSON file on disk. The lockingKey is stored in the iOS keychain. 30 |
31 |32 | With normal security, the app can access the lockingKey on app launch, and immediately unlock the bitcoin wallet. Enabled security options restrict access to the user interface. 33 |
34 |35 | With advanced security, the lockingKey is encumbered such that it cannot be accessed unless you authenticate with biometrics. Thus the app is incapable of unlocking the bitcoin wallet without your assistance. 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /phoenix-ios/phoenix-ios/views/html/es.lproj/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 | Phoenix es una billetera Bitcoin que usa la red de Lightning para enviar y recibir pagos. 11 |
12 |13 | Es un software gratuito de código abierto, desarrollado por 14 | ACINQ bajo la licencia 15 | Apache 2.0 License. 16 |
17 |18 | Tenga en cuenta que esta billetera no tiene custodia: 19 | usted tiene la custodia exclusiva de la semilla de 12 palabras de la billetera. 20 | No le dé esta semilla a nadie y tenga cuidado con el fraude. 21 |
22 |23 | Si tiene preguntas, consulte las preguntas frecuentes. 24 | También puede ponerse en contacto con soporte técnico para obtener ayuda. 25 |
26 |27 | Los tipos de cambio de Bitcoin / Fiat se obtienen de varias API de terceros: 28 |
29 |Seguridad estándar:
11 |Seguridad avanzada:
17 |24 | Con la seguridad avanzada habilitada: si el dispositivo se reinicia y Phoenix se reinicia automáticamente (por ejemplo, actualización del sistema operativo), los pagos entrantes fallarán hasta que desbloquee Phoenix. 25 |
26 | 27 |29 | Your seed is wrapped using ChaCha20-Poly1305 with a 256-bit lockingKey, and the resulting {ciphertext, nonce, tag} is stored in a JSON file on disk. The lockingKey is stored in the iOS keychain. 30 |
31 |32 | With normal security, the app can access the lockingKey on app launch, and immediately unlock the bitcoin wallet. Enabled security options restrict access to the user interface. 33 |
34 |35 | With advanced security, the lockingKey is encumbered such that it cannot be accessed unless you authenticate with biometrics. Thus the app is incapable of unlocking the bitcoin wallet without your assistance. 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /phoenix-ios/phoenix-ios/views/html/fr.lproj/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 | Phoenix est un portefeuille Bitcoin qui utilise le réseau Lightning pour envoyer et recevoir des paiements. 11 |
12 |13 | Ce logiciel libre et open source est développé par ACINQ sous licence Apache 2.0. 14 |
15 |16 | Notez que ce portefeuille est non-custodial, c'est-à-dire que vous seul avez possession de la clé (ou "seed") du portefeuille.. Ne révélez cette clé à personne, et faites attention au hameçonnage. 17 |
18 |19 | Si vous avez des questions, consulter la FAQ. Vous pouvez également contacter le support si vous avez besoin d'aide. 20 |
21 |22 | Le taux de conversion Bitcoin/devise fiduciaire sont récupérés depuis des services tiers et sont présents à titre indicatifs : 23 |
24 |