Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !801

Add Themis crypto library

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/gene-eu-zz/patch-1 into master Dec 21, 2016
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: gene-eu-zz

What is this Python project?

Themis provides high-level cryptosystems for socket protection, general asymmetric protection, symmetric container for various use-cases (length preserving encryption, auth-tagged encryption, encryption with additional context), zero-knowledge proof system for secure authentication.

Themis works on ~10 platforms, originally a C library, with Python being one of first and most frequently used high-level interfaces to it.

What's the difference between this Python project and similar ones?

There are no directly similar ones, yet Themis provides high-level security services similar to LibSodium (apart from ZKP, which LibSodium does not aim to provide, focusing on novel takes on traditional auth schemes). However, Themis bases it on more classic cryptography and aims it's cryptosystems to be easilty integrateable into any workflows (various call models for interactive protocols, key-based ciphersuite choice, etc.).

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/gene-eu-zz/patch-1