Skip to content

Commit afcba3f

Browse files
Update README.md (#45)
1 parent af04037 commit afcba3f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,25 @@
99

1010
## Introduction
1111

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.
1313

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).
1517

1618
## 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/)
1820
- Manage users' public keys
1921
- Encrypt, sign, decrypt and verify data
2022
- 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)
2324

24-
## Library purposes
25+
## Crypto library purposes
2526
* Asymmetric Key Generation
2627
* Encryption/Decryption of data and streams
2728
* Generation/Verification of digital signatures
2829
* 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)
3031

3132
## Installation
3233

0 commit comments

Comments
 (0)