#
key
Here are 338 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
Jun 25, 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
May 20, 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
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
Jun 30, 2021 - JavaScript
Key establishment using KDC server.
-
Updated
Dec 31, 2020 - Java
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:
Document that URL is expected to be is a percent encoded URL throughout the client code and remove URL string normalization in lower level methods like the one in:
https://github.com/theupdateframework/tuf/blob/745a8f7680c69ea290d48bc5a2066dd4ad9781d3/tuf/ngclient/_internal/download.py#L88