Skip to content
#

hmac

Here are 186 public repositories matching this topic...

jcarver989
jcarver989 commented Sep 24, 2018

Hi there,

First off thanks for all the work in building this - crypto is a PITA.

After reading your docs, I had the following questions, which I think would be useful to cover (or clarify) for other people in the docs:

  1. Have any cryptographers reviewed this library? If so who - were they internal or a hired 3rd party - which part(s) did they review? Your docs appear to be asking for a
taleinat
taleinat commented Jul 3, 2019

TimestampSigner uses int(time.time()) to create timestamps, which will use the local timezone. However, it uses datetime.utcfromtimestamp to convert them into datetime objects, which will create naive datetime objects by interpreting the timestamp in the UTC timezone.

The fix should be to always write UTC timestamps. See [this StackOverflow question](https://stackoverflow.com/questions/

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA

  • Updated Feb 20, 2020
  • CSS

使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。

  • Updated Feb 17, 2020

Improve this page

Add a description, image, and links to the hmac topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hmac topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.