René Koller
cca6bdaf06
Update Elixir example ( #77 )
...
Base.decode16!/2 only accepts uppercase strings as default so the elixir example does not work out of the box.
2018-10-18 19:47:21 +06:00
Adam Quaile
09bfd44c55
Update PHP URL generation example ( #66 )
...
String interpolation is a little easier to read and understand as there's no back-and-forth between string format and arguments.
Matches JS version: https://github.com/DarthSim/imgproxy/blob/master/examples/signature.js#L27
2018-09-06 17:36:03 +06:00
josepowera
96249406f4
Create signature.java ( #64 )
...
Java example for creating signature
2018-09-06 17:34:59 +06:00
Po Chen
cc4d98add7
Add Elixir example
2017-11-13 21:48:31 +11:00
Mikuláš Dítě
bc0f79869c
Add swift signing example
...
HMAC is slightly complex as it was not yet ported to pure Swift
Can be complied and run as
echo '#import <CommonCrypto/CommonCrypto.h>' > bridge.h
swiftc examples/signature.swift -import-objc-header bridge.h
./signature
2017-10-27 18:30:19 +02:00
oldcai
de21b937db
Python example
2017-09-30 07:09:23 +08:00
Sergey Alexandrovich
c987dcc430
Merge pull request #15 from brendanmckenzie/master
...
Added C# signature example
2017-09-29 14:29:08 +06:00
Sergey Alexandrovich
a77e10013d
Merge pull request #17 from Biromain/php-signature
...
Signature example for PHP
2017-09-29 14:27:17 +06:00
Biromain
f253100c61
Signature example for PHP
2017-09-29 10:13:40 +02:00
Richard Chiu
d533b65ca0
add new signature example file for node.js
2017-09-29 15:52:24 +08:00
Brendan McKenzie
0fed6b87c7
Added C# signature example
2017-09-29 11:06:07 +10:00
DarthSim
091bc5aa36
Full README
2017-07-04 19:17:52 +06:00