Commit fb6cd04
feat/CryptoModule (#339)
* ref: decoupling cryptor module
* cryptoModule
* lint
* rever cryptors in config
* lint fixes
* CryptoModule for web and node
* step definitions for contract tests
* lib files
* fix:es-lint
* let vs const
* and some more ts not wanting me to specific about trivials
* access modfiers
* refactor-1
* lint, cleanup test
* refactor - 2
* code cleanup in stream encryption with new cryptor
* fix: lint issue.
* refactor: eliminate ts-ignores by defining file reated types
* * integration of crypto module * refactoring cryptoModule
* lib and dist
* support for setCipherKey
* fix: setCipherKey()
* lib and dist files
* fix: staticIV support
* lib and dist
* refactor: cryptoModule, * added support for PubNub.CryptoModule factory
* fix: types
* dist and libs
* fix: test- customEncrypt function
* fix: legacy crypto init, tests
* refactor: typecheck on incoming data for aescbc cryptor
* code cleanup, * fix: broken file cryptography operations on web
* lib and dist directories
* refactor: crypto initialiser apis default value initialisation
* LICENSE
* reverted last commit 11351ec
* update LICENSE
* PubNub SDK v7.4.0 release.
---------
Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>1 parent d1fca58 commit fb6cd04
65 files changed
Lines changed: 4275 additions & 374 deletions
File tree
- dist/web
- lib
- core
- components
- endpoints
- file_upload
- history
- crypto/modules
- NodeCryptoModule
- WebCryptoModule
- file/modules
- node
- web
- src
- core
- components
- cryptography
- endpoints
- file_upload
- history
- crypto/modules
- NodeCryptoModule
- WebCryptoModule
- file/modules
- node
- web
- test/contract
- steps/cryptoModule
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
895 | 902 | | |
896 | 903 | | |
897 | 904 | | |
898 | | - | |
| 905 | + | |
899 | 906 | | |
900 | 907 | | |
901 | 908 | | |
| |||
911 | 918 | | |
912 | 919 | | |
913 | 920 | | |
914 | | - | |
| 921 | + | |
915 | 922 | | |
916 | 923 | | |
917 | 924 | | |
| |||
1582 | 1589 | | |
1583 | 1590 | | |
1584 | 1591 | | |
1585 | | - | |
| 1592 | + | |
1586 | 1593 | | |
1587 | 1594 | | |
1588 | 1595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
5 | 3 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
23 | 19 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments