-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nguyen Van Nguyen <[email protected]>
- Loading branch information
Showing
245 changed files
with
17,422 additions
and
11,742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
Dart PG Examples | ||
================== | ||
Dart Dart Privacy Guard Examples | ||
================================ | ||
|
||
* [Encrypt example](encrypt_example.dart): a basic Dart PG encrypt & sign example. | ||
* [Decrypt example](encrypt_example.dart): a basic Dart PG decrypt & verify example. | ||
* [Cleartext signing example](cleartext_signing.dart): a basic cleartext signing example. | ||
* [Key decrypting example](key_decrypting.dart): a basic key decrypting example. | ||
* [Key generation example](key_generation.dart): a basic key generation example. | ||
* [Key reading example](key_reading.dart): a basic key reading example. | ||
* [Literal data example](literal_data.dart): a basic literal data example. | ||
|
||
## Run examples | ||
```bash | ||
dart run cleartext_signing.dart | ||
dart run key_decrypting.dart | ||
dart run key_generation.dart | ||
dart run key_reading.dart | ||
dart run literal_data.dart | ||
``` |
Oops, something went wrong.