Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Ivan Zaera Avellon edited this page Mar 12, 2014 · 16 revisions

This wiki holds the cookbook, how-to's and tutorials for the cipher Dart library.

To get more detailed info about the classes an API, you can browse the project's online documentation.

If you have more doubts, do not hesitate to visit or subscribe to the project's mailing list to ask for help.

You can also visit the project's front page to get the full list of links related to the project.

  1. Structure of the project
  2. Usage of the API
    1. Importing the library
    2. Using stream ciphers
    3. Using block ciphers
    4. Using digests
    5. Using MACs
    6. Using paddings
    7. Using modes of operation
    8. Using entropy and random numbers
    9. Using key derivators
    10. Using asymmetric block ciphers
    11. Using signatures
    12. Using key generators
  3. Description of algorithms
    1. Algorithm nomenclature
    2. Table of provided algorithms
  4. Using the command line tool
  5. Release history and breaking changes
  6. Benchmarks

Clone this wiki locally