crypto icon indicating copy to clipboard operation
crypto copied to clipboard

JCrypTool Crypto Plug-ins

Results 119 crypto issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

https://developer.roku.com/en-gb/docs/references/scenegraph/widget-nodes/pinpad.md

Figuring out why #672 isn't passing CI/CD checks

Implemented [`.clone(isDeepCopy as Boolean)`](https://developer.roku.com/en-gb/docs/references/brightscript/interfaces/ifsgnodedict.md) for ifSGNodeDict interface. Both shallow and deep clones copy Fields but only the deep clone copies Children. Added associated unit and e2e tests.

Components with inline scripts cause a parser error (thankfully not fatal): ``` brs: can't open file '/path/to/project/components/undefined': [Errno -2] ``` Example: ```xml ``` PS: it's acceptable that `brs` doesn't parse...

https://developer.roku.com/en-gb/docs/references/brightscript/components/rochannelstore.md

[Brightscript has the `alias` keyword](https://developer.roku.com/docs/references/scenegraph/xml-elements/interface.md) for exposing child fields in a parent component's interface: > `alias` allows a top-level component field to be declared as an alias of a field...

enhancement
interpreter
stdlib
scenegraph

BREAKING CHANGE: There's nothing inherently wrong with having AST node locations in a property called `node`, but it does break compatibility with more common ASTs like the `estree` standard and...

enhancement
lexer
parser
interpreter

Try the code below: ``` Sub Main() x = 96 y = 56 w = 1088 h = 608 Offset(-x + 96, -y + 56, -w + 1088, -h +...

In #365 and #360 we realized that RBI automatically boxes function parameters and return values. As it turns out, RBI also *unboxes* function parameters and return values to match a...

bug
stdlib