https://github.com/crocs-muni/meesign-server

https://github.com/crocs-muni/meesign-server

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.5%) to scientific vocabulary

Keywords

cryptography threshold-cryptography
Last synced: 5 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 7
  • Watchers: 4
  • Forks: 8
  • Open Issues: 0
  • Releases: 6
Topics
cryptography threshold-cryptography
Created about 4 years ago · Last pushed 9 months ago
Metadata Files
Readme

README.md

MeeSign Server

Server-side implementation for MeeSign system.

Usage

Local Build

  1. Install Rust

  2. Clone the repository:

bash git clone https://github.com/crocs-muni/meesign-server

  1. Generate private keys and certificates:

bash bash generate_keys.sh

  1. Prepare MeeSignHelper

  2. Build and run the server:

bash cargo run

Run in a Docker Container

  1. Generate private keys and certificates:

bash bash generate_keys.sh

  1. Run a nightly release bash docker run --detach --publish 1337:1337 --volume `pwd`/keys/:/meesign/keys/ crocsmuni/meesign:nightly There are 2 types of available releases:
    1. latest - this is the latest stable version, you can optionally specify a specific stable version
    2. nightly - a bleeding-edge unstable version that is released every midnight

Acknowledgements

  • This work was supported by the Ministry of the Interior of the Czech Republic under grant VJ01010084 in program IMPAKT I.

Owner

  • Name: CRoCS
  • Login: crocs-muni
  • Kind: organization
  • Location: Faculty of Informatics, Masaryk University, Brno

Centre for Research on Cryptography and Security

GitHub Events

Total
  • Release event: 2
  • Delete event: 5
  • Member event: 2
  • Issue comment event: 2
  • Push event: 10
  • Pull request event: 5
  • Fork event: 1
  • Create event: 4
Last Year
  • Release event: 2
  • Delete event: 5
  • Member event: 2
  • Issue comment event: 2
  • Push event: 10
  • Pull request event: 5
  • Fork event: 1
  • Create event: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 12
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.08
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 months
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (8)
  • MarekMracna (3)
  • dufkan (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (8)

Dependencies

Cargo.lock cargo
  • 106 dependencies
.github/workflows/docker.yml actions
  • actions/checkout v2 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
  • docker/setup-qemu-action v1 composite
  • olegtarasov/get-tag v2.1 composite
.github/workflows/rust.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
  • arduino/setup-protoc v1 composite
Dockerfile docker
  • eclipse-temurin 11-jre-alpine build
  • kristianmika/rust-musl-builder stable build
  • maven 3-jdk-11 build