All Projects → zunda → mitome.in

zunda / mitome.in

Licence: MIT license
Explore OpenPGP and other cryptography as an alternative for seals (mitome-in)

Projects that are alternatives of or similar to mitome.in

Yubikey Touch Detector
A tool to detect when your YubiKey is waiting for a touch (to send notification or display a visual indicator on the screen)
Stars: ✭ 167 (+456.67%)
Mutual labels:  yubikey, openpgp
Yubikey Manager
Python library and command line tool for configuring any YubiKey over all USB interfaces.
Stars: ✭ 351 (+1070%)
Mutual labels:  yubikey, openpgp
Webext Signed Pages
A browser extension to verify the authenticity (PGP signature) of web pages
Stars: ✭ 126 (+320%)
Mutual labels:  signature, openpgp
pgpainless
Simple to use OpenPGP API based on Bouncy Castle
Stars: ✭ 73 (+143.33%)
Mutual labels:  signature, openpgp
Jwtcat
A CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.
Stars: ✭ 181 (+503.33%)
Mutual labels:  signature
Stunning Signature
Native Signature Verification For Android (with example)
Stars: ✭ 139 (+363.33%)
Mutual labels:  signature
Piracychecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Stars: ✭ 1,359 (+4430%)
Mutual labels:  signature
Buddy Sign
High level message signing library.
Stars: ✭ 86 (+186.67%)
Mutual labels:  signature
react-signature-canvas
A React wrapper component around signature_pad (in < 150 LoC). Unopinionated and heavily updated fork of react-signature-pad
Stars: ✭ 420 (+1300%)
Mutual labels:  signature
E Signature
A android signature library
Stars: ✭ 228 (+660%)
Mutual labels:  signature
Loki
Loki - Simple IOC and Incident Response Scanner
Stars: ✭ 2,217 (+7290%)
Mutual labels:  signature
Easyrsa
Simple and Secure Wrapper for phpseclib
Stars: ✭ 183 (+510%)
Mutual labels:  signature
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (+400%)
Mutual labels:  signature
Ramda Debug
🐏 Debugging for Ramda.
Stars: ✭ 113 (+276.67%)
Mutual labels:  signature
Jsrsasign
The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token in pure JavaScript.
Stars: ✭ 2,760 (+9100%)
Mutual labels:  signature
Roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
Stars: ✭ 1,310 (+4266.67%)
Mutual labels:  signature
Auth Jwt
A demo to learn JWT by reverse engineering
Stars: ✭ 208 (+593.33%)
Mutual labels:  signature
Androidsecurity
Android安全实践
Stars: ✭ 150 (+400%)
Mutual labels:  signature
Nauz File Detector
Linker/Compiler/Tool detector for Windows, Linux and MacOS.
Stars: ✭ 146 (+386.67%)
Mutual labels:  signature
React Native Signature Canvas
✒️ React Native Signature Component based WebView Canvas for Android && IOS && expo
Stars: ✭ 169 (+463.33%)
Mutual labels:  signature

mitome.in

Netlify Status

Explore OpenPGP as an alternative for seals (mitome-in). このファイルの内容の一部は日本語でご覧になれます。

This project makes use of VuePress to format the pages as well as provide in-page functions. The main repository is configured to interact with Netlify so that

  • the master branch is automatically deployed to https://mitome.in/
  • a pull request is automatically deployed as a deploy preview. Look for the link in the pull request conversation.

Project setup

Install yarn following their installation instruction.

Install dependent packages with

yarn install

Authoring

Create and edit the .md files under docs/. Add them to the side bar to the themeConfig.sidebar array in docs/.vuepress/config.js. Please add your name and contact (optional) to the contributor list in doc/README.md if you would like to.

Place images under docs/.vuepress/public/. They are available at the base path.

The mitomein logo and icon

Edit assets/mitomein.svg with Inkscape and export it as png images into docs/.vuepress/public/.

Serve the pages

Previews of your edit will be available at http://localhost:8080/ with the command below running locally:

yarn docs:dev

The command below generates static files to be served under ./docs/.vuepress/dist/.

yarn docs:build

License

The app code

Copyright 2020 by zunda <zundan at gmail.com> and the contributors, under MIT License.

Site content

Copyright 2020 by zunda <zundan at gmail.com> and the contributors, under CC BY 4.0.

Dependent packages

See LICENSES file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].