cyberchef 9.33.0 → 9.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  #### *The Cyber Swiss Army Knife*
12
12
 
13
- CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.
13
+ CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.
14
14
 
15
15
  The tool is designed to enable both technical and non-technical analysts to manipulate data in complex ways without having to deal with complex tools or algorithms. It was conceived, designed, built and incrementally improved by an analyst in their 10% innovation time over several years.
16
16
 
@@ -106,7 +106,7 @@ An installation walkthrough, how-to guides for adding new operations and themes,
106
106
 
107
107
  ## Licencing
108
108
 
109
- CyberChef is released under the [Apache 2.0 Licence](https://www.apache.org/licenses/LICENSE-2.0) and is covered by [Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/).
109
+ CyberChef is released under the [Apache 2.0 Licence](https://www.apache.org/licenses/LICENSE-2.0) and is covered by [Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/).
110
110
 
111
111
 
112
112
  [1]: https://gchq.github.io/CyberChef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyberchef",
3
- "version": "9.33.0",
3
+ "version": "9.33.1",
4
4
  "description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
5
5
  "author": "n1474335 <n1474335@gmail.com>",
6
6
  "homepage": "https://gchq.github.io/CyberChef",
@@ -303,7 +303,7 @@
303
303
 
304
304
  #stale-indicator {
305
305
  opacity: 1;
306
- visibility: visibile;
306
+ visibility: visible;
307
307
  transition: margin 0s, opacity 0.3s;
308
308
  margin-left: 5px;
309
309
  cursor: help;
@@ -316,7 +316,7 @@
316
316
 
317
317
  #magic {
318
318
  opacity: 1;
319
- visibility: visibile;
319
+ visibility: visible;
320
320
  transition: margin 0s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
321
321
  margin-left: 5px;
322
322
  margin-bottom: 5px;