/josepp

JSON Object Signing and Encryption library for C++.

Primary LanguageC++MIT LicenseMIT

josepp

JSON Object Signing and Encryption library for C++

Codacy Badge Build Status

Dependencies:

Supported features:

  • Sign
  • Verify

Supported algorithms

Alg Status
HS256 Supported
HS384 Supported
HS512 Supported
RS256 Supported
RS384 Supported
RS512 Supported
ES256 Supported
ES384 Supported
ES512 Supported

Claims

Claim Options Status
ess set,verify Supported
sub set,verify Supported
aud set,verify Supported
exp set,verify Supported
nbf set,verify Supported
iat set,verify Supported
jti set,verify Supported

How to use

Refer to tests dir

How to build/install

CMake sources deps

add_subdirectory()

System-wide installation

git clone https://github.com/troian/josepp
mkdir dir build && cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=<install prefix> ..
make install

TODO

  • Documentation
  • Examples
  • Tests

How to contribute

Just do it! :)