|
9 | 9 |
|
10 | 10 | ## Introduction |
11 | 11 |
|
12 | | -<a href="https://developer.virgilsecurity.com/docs"><img width="230px" src="https://cdn.virgilsecurity.com/assets/images/github/logos/virgil-logo-red.png" align="left" hspace="10" vspace="6"></a> [Virgil Security](https://virgilsecurity.com) provides a set of APIs for adding security to any application. In a few simple steps you can encrypt communication, securely store data, provide passwordless login, and ensure data integrity. |
| 12 | +<a href="https://developer.virgilsecurity.com/docs"><img width="230px" src="https://cdn.virgilsecurity.com/assets/images/github/logos/virgil-logo-red.png" align="left" hspace="10" vspace="6"></a> [Virgil Security](https://virgilsecurity.com) provides a set of APIs for adding security to any application. In a few simple steps you can encrypt communications, securely store data, and ensure data integrity. Virgil Security products are available for desktop, embedded (IoT), mobile, cloud, and web applications in a variety of modern programming languages. |
13 | 13 |
|
14 | | -The Virgil SDK allows developers to get up and running with Virgil API quickly and add full end-to-end security to their existing digital solutions to become HIPAA and GDPR compliant and more. |
| 14 | +The Virgil Core SDK is a low-level library that allows developers to get up and running with [Virgil Cards Service API](https://developer.virgilsecurity.com/docs/platform/api-reference/cards-service/) quickly and add end-to-end security to their new or existing digital solutions. |
| 15 | + |
| 16 | +In case you need additional security functionality for multi-device support, group chats and more, try our high-level [Virgil E3Kit framework](https://github.com/VirgilSecurity/awesome-virgil#E3Kit). |
15 | 17 |
|
16 | 18 | ## SDK Features |
17 | | -- Communicate with [Virgil Cards Service][_cards_service] |
| 19 | +- Communicate with [Virgil Cards Service](https://developer.virgilsecurity.com/docs/platform/api-reference/cards-service/) |
18 | 20 | - Manage users' public keys |
19 | 21 | - Encrypt, sign, decrypt and verify data |
20 | 22 | - Store private keys in secure local storage |
21 | | -- Use Virgil [Crypto library][_virgil_crypto] |
22 | | -- Use your own Crypto |
| 23 | +- Use [Virgil Crypto Library](https://github.com/VirgilSecurity/virgil-crypto) |
23 | 24 |
|
24 | | -## Library purposes |
| 25 | +## Crypto library purposes |
25 | 26 | * Asymmetric Key Generation |
26 | 27 | * Encryption/Decryption of data and streams |
27 | 28 | * Generation/Verification of digital signatures |
28 | 29 | * PFS (Perfect Forward Secrecy) |
29 | | -* **Post quantum algorithms support**. [Round5](https://round5.org/) (ecnryption) and [Falcon](https://falcon-sign.info/) (signature) |
| 30 | +* **Post-quantum algorithms support**: [Round5](https://round5.org/) (encryption) and [Falcon](https://falcon-sign.info/) (signature) |
30 | 31 |
|
31 | 32 | ## Installation |
32 | 33 |
|
|
0 commit comments