Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wiki-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • wiki-php
  • Wiki
  • idcard md5

idcard md5 · Changes

Page history
wangqs created page: idcard md5 authored Aug 30, 2017 by 互联网应用开发's avatar 互联网应用开发
Hide whitespace changes
Inline Side-by-side
Showing with 38 additions and 0 deletions
+38 -0
  • idcard-md5.md idcard-md5.md +38 -0
  • No files found.
idcard-md5.md 0 → 100644
View page @ c2b8b7e2
```python
#coding=utf8
import time
import urllib
import requests
import hashlib
url = 'http://shuidi.dev.pingansec.com/third/managerid'
account = 'pingansec_data'
key = '2df037fa42305e2a12649060609a0155'
t = int(time.time());
company_name = '海南哈哈欢乐行互联网技术有限公司'
name = '陈权中'
for_sign = company_name+name+str(t)+key
sign = hashlib.md5(for_sign).hexdigest()
res = requests.get(url,{
'account':account,
'company_name':company_name,
'name':name,
'sign':sign,
't':t
})
print res.content
```
\ No newline at end of file
Clone repository
  • 360safeguardnativeapi
  • all new classmate
  • bind phone
  • code standard
  • deploy_sys
  • edit common
  • edit master
  • envrioment
  • find psw
  • front new classmate
  • front statck
  • git
  • Home
  • idcard md5
  • ide
View All Pages