#
key
Here are 346 public repositories matching this topic...
Safe deep property access in 120 bytes. x = dlv(obj, 'a.b.x')
-
Updated
Dec 13, 2020 - JavaScript
Use property paths (`a.b.c`) get a nested value from an object.
nodejs
javascript
node
paths
object
deep
value
key
lodash
get
nested
dot-notation
dot-prop
jonschlinkert
object-path
deep-property
get-deep
-
Updated
Dec 15, 2020 - JavaScript
Example project showing how to provide a Spring Boot App that serves a secured REST endpoint, that is called with Spring´s RestTemplate configured to use client authentification with a client certificate
spring-boot
key
java-keystore
jks
crt
spring-resttemplate
client-certificate
truststore
resttemplate-configuration
-
Updated
Aug 19, 2021 - Java
Bitcoin Wallet Address Generator
python
generator
bitcoin
address
cryptocurrency
key
wallet
segwit
bitcoin-address
bech32
wif
bitcoinaddress
bc1
-
Updated
May 2, 2021 - Python
A simple, yet powerful chromakey / greenscreen solution for Unity. Designed to be used with virtual production.
-
Updated
Oct 27, 2020 - ShaderLab
基于go-gin框架建立减少冗余动作项目,如:下载一些工具
shell
golang
crawler
scraper
spider
python3
gin
key
keygen
nginx-configuration
gin-gonic
navicat
nginx-conf
xshell
xftp
xmanager
mobaxterm-keygen
registry-workshop
-
Updated
Aug 14, 2021 - Go
Simple Java library to translate your text using Google Translate without using of API KEY
-
Updated
Aug 18, 2018 - Java
C++ console application that features unique (at least I think so) symmetric key based file encryption algorithm.
cli
console
security
application
cryptography
algorithm
encryption
cipher
cpp
table
file
bytes
password
lookup
character
key
base58
decryption
encryption-algorithm
symmetric
-
Updated
Jul 28, 2019 - C++
Proof of concept of bitcoin private key recovery using weak ECDSA signatures
-
Updated
May 5, 2021 - Python
Key establishment using KDC server.
-
Updated
Dec 31, 2020 - Java
IOS Utilities Library for Swift
swift
keyboard
preferences
gif
toast
key
pod
user-defaults
shared-preferences
textfield
toast-message
swift4
floating-textfield
swift5
internet-check
gif-image-loader
gradien-view
view-round
-
Updated
Jul 5, 2020 - Swift
PLUGIN ARCHIVED. USE https://github.com/DaPigGuy/PiggyCrates instead!
-
Updated
May 26, 2020 - PHP
自动完成赠key站任务 | Automatically complete giveaway tasks
-
Updated
Aug 12, 2021 - JavaScript
Improve this page
Add a description, image, and links to the key topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the key topic, visit your repo's landing page and select "manage topics."
Description of issue or feature request:
Current behavior:
Delegation role names are not restricted in any way in the spec, but they are targets metadata role names.
That could lead to a problem if delegation role names are one of
root,timestamp,snapshotortargets.Expected behavior:
Make sure that delegation role names aren't one of the top-level metadata roles.