Skip to content

Commit

Permalink
add 2-of-2 RA signature (reimplementation of Smart-ID scheme)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrs committed Sep 25, 2022
1 parent ddfdb52 commit 7c6fbba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ Implementation of card according to RSA PKCS#15 specification. (seems like exten
- [PKI applet](https://github.com/rakeb/PKIApplet) _[REMOVED, last commit 2016]_ <br>
(extensive PKI applet, requires JavaCard 3.0.5)


- [SMPC RSA (Smart-ID)](https://github.com/lzaoral/javacard-smpc-rsa) ![stars](https://img.shields.io/github/stars/lzaoral/javacard-smpc-rsa.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/lzaoral/javacard-smpc-rsa.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/lzaoral/javacard-smpc-rsa.svg)
<br>
The implementation of the adapted Smart-ID scheme for smart cards. Performs 2-of-2 RSA signature using secure multiparty computation.

- [SSH support applet](https://github.com/scs/uclinux/blob/eb0cf9617bd22b69ad625575a95cf4fa2c140d55/user/ssh/scard/Ssh.java) (**GitHub**) _[last commit 2007]_ <br>
Old, but widely copied applet performing RSA decrypt on card and used by SSH client

Expand Down

0 comments on commit 7c6fbba

Please sign in to comment.