Kyle Spearrin
|
8cb5a9f505
|
hkdf crypto functions (#190)
* hkdf crypto functions
* comment to spec
|
2020-10-29 15:52:12 -04:00 |
|
Kyle Spearrin
|
2045e7047a
|
add support for md5 hash crypto function
|
2018-07-30 23:29:30 -04:00 |
|
Kyle Spearrin
|
3454d93fef
|
generate keypair on registration
|
2018-07-03 11:41:55 -04:00 |
|
Kyle Spearrin
|
269b59210c
|
use rsaExtractPublicKey for getting public key
|
2018-07-02 23:57:22 -04:00 |
|
Kyle Spearrin
|
2bc7ae0da2
|
extract public from private key
|
2018-07-02 23:53:44 -04:00 |
|
Kyle Spearrin
|
43ac05d1fc
|
switch to node crypto for rsa encrypt/decrypt
|
2018-05-21 09:10:13 -04:00 |
|
Kyle Spearrin
|
e614cffffb
|
remove some crypto functions
|
2018-05-07 12:14:40 -04:00 |
|
Kyle Spearrin
|
de4494e1b3
|
fast decrypt
|
2018-05-07 09:00:49 -04:00 |
|
Kyle Spearrin
|
e7735f2d80
|
test pbkdf2 node function
|
2018-04-25 16:30:47 -04:00 |
|
Kyle Spearrin
|
fc1114a6bd
|
refactor crypto service to use crypto functions
|
2018-04-21 23:14:04 -04:00 |
|
Kyle Spearrin
|
d73012efc8
|
rsa encrypt and decrypt tests
|
2018-04-20 15:32:25 -04:00 |
|
Kyle Spearrin
|
3b2b48dd8d
|
misc utils for browser and node
|
2018-04-20 10:59:55 -04:00 |
|
Kyle Spearrin
|
2c2128a871
|
lint error
|
2018-04-19 23:12:06 -04:00 |
|
Kyle Spearrin
|
97fe01e131
|
rsaDecrypt implementation
|
2018-04-19 00:00:53 -04:00 |
|
Kyle Spearrin
|
e8824c2c8b
|
lint spec dir
|
2018-04-18 13:43:42 -04:00 |
|
Kyle Spearrin
|
172f2de4ff
|
node crypto aes implementations
|
2018-04-18 08:50:02 -04:00 |
|
Kyle Spearrin
|
3ca8716fc6
|
determine length based on alg. fix 512 wc pbkdf2
|
2018-04-17 21:18:47 -04:00 |
|
Kyle Spearrin
|
81f7bd7b76
|
hmac implementation for web crypto
|
2018-04-17 19:02:58 -04:00 |
|
Kyle Spearrin
|
5d085b74f5
|
crypto function implementations for hash
|
2018-04-17 15:59:38 -04:00 |
|
Kyle Spearrin
|
d6474aee0e
|
crypto function implementations
|
2018-04-16 12:07:51 -04:00 |
|
Kyle Spearrin
|
4ad29e25f3
|
stub out crypto function service with pbkdf2
|
2018-04-14 23:20:37 -04:00 |
|