首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Secure downloading module for Apache2

Secure downloading module for Apache2

  • 资源大小:31.96 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: apache Module apache2

资 源 简 介

mod_access_token provides access token based secure downloading. Your web application generates a download URI with signed query_string parameters. mod_access_token will check signature, and limit the request by specifying an expiration time. mod_access_token はアクセストークンに基づいたアクセス制御を行ない、 有効期限を指定した一時的なダウンロードを許可します。 アクセス制御を行なうためには以下のような URL を Web アプリケーションで生成します。 http://example.com/protected/example.jpg?AccessKey=&Expires=&Signature= AccessKey: httpd.conf 中であらかじめ設定しておいた AccessKey Expires: 有効期限 UNIX エポックからの秒数 Signature: リクエストを認証する HMAC-SHA1 値を Base64 エンコードしたもの Signature は以下の手順で生成します。 PlainText = + + + Signature = Base64(HMAC_SHA1(PlainText, Secret))

文 件 列 表

mod_access_token
configure
configure.in
eg
Makefile.in
mod_access_token.c
README
VIP VIP
0.179167s