
-v0.8.8. -HRConvert2 now enables more secure passive identification of users by introducing a $Token variable. -The token is set by the server and given to the client to use for accessing their files. -The token is NOT the only factor in identifying users. -The token is used to hash a UUID along with the IP and user-agent. -If the IP is blank or masked we do our best to identify it by various means. -If the user-agent is blank we hash 2x 10-digit random numbers and use that instead. -This should be good enough to avoid collisions on LAN's with crazy DHCP as well as being open to an internet full of bots, botnets, and proxies.
15 lines
No EOL
519 B
PHP
15 lines
No EOL
519 B
PHP
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="shortcut icon" href="Resources/favicon.ico"/>
|
|
<link rel="stylesheet" href="Resources/dropzone.css"/>
|
|
<link rel="stylesheet" href="Resources/HRConvert2.css"/>
|
|
<script type="text/javascript" src="Resources/HRC2-Functions.js"></script>
|
|
<script type="text/javascript" src="Resources/dropzone.js"></script>
|
|
<style>
|
|
body {
|
|
font-family: <?php echo $Font; ?>; }
|
|
</style>
|
|
<title>HRConvert2-Convert anything!</title>
|
|
</head>
|
|
|