Adds Google Tink into Java

pull/46/head
sobolevn 7 years ago
parent 891ccd5679
commit 71a9140de1
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -64,7 +64,7 @@ A curated list of cryptography resources and links.
#### Symmetric encryption
- [3DES](https://en.wikipedia.org/wiki/Triple_DES) - Symmetric-key block cipher (or Triple Data Encryption Algorithm (TDEA or Triple DEA), which applies the Data Encryption Standard (DES) cipher algorithm three times to each data block.
- [3DES](https://en.wikipediasss.org/wiki/Triple_DES) - Symmetric-key block cipher (or Triple Data Encryption Algorithm (TDEA or Triple DEA), which applies the Data Encryption Standard (DES) cipher algorithm three times to each data block.
- [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) - Symmetric-key block cipher algorithm and U.S. government standard for secure and classified data encryption and decryption (also known as Rijndael).
- [Blowfish](https://en.wikipedia.org/wiki/Blowfish_(cipher)) - Symmetric-key block cipher, designed in 1993 by Bruce Schneier. Notable features of the design include key-dependent S-boxes and a highly complex key schedule.
@ -244,6 +244,7 @@ A curated list of cryptography resources and links.
- [Bouncy Castle](https://www.bouncycastle.org/java.html) - All-purpose cryptographic library. JCA provider, wide range of functions from basic helpers to PGP/SMIME operations.
- [Flexiprovider](http://www.flexiprovider.de/) - Powerful toolkit for the Java Cryptography Architecture.
- [Google Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning.
- [Google Tink](https://github.com/google/tink) - A small crypto library that provides a safe, simple, agile and fast way to accomplish some common crypto tasks.
- [keywhiz](https://github.com/square/keywhiz) - A system for distributing and managing secrets.
- [pac4j](https://github.com/pac4j/pac4j) - Security engine.
- [scrypt](https://github.com/wg/scrypt) - Pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version.

1524
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@
"remark": "^4.2.2",
"remark-lint": "^3.2.1",
"remark-lint-alphabetize-lists": "^1.0.4",
"remark-lint-are-links-valid": "^1.0.1",
"remark-lint-are-links-valid": "^1.0.3",
"remark-lint-list-item-punctuation": "^2.0.1"
},
"remarkConfig": {

Loading…
Cancel
Save