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.
-
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
-
Updated
Jun 25, 2021 - Java
Bitcoin Wallet Address Generator
-
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框架建立减少冗余动作项目,如:下载一些工具
-
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.
-
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
-
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