Показать сообщение отдельно
  #2 (permalink)  
Старый 20.02.2017, 15:09
Интересующийся
Отправить личное сообщение для Chris_Phils Посмотреть профиль Найти все сообщения от Chris_Phils
 
Регистрация: 14.08.2015
Сообщений: 12

Сообщение от Rise Посмотреть сообщение
Chris_Phils, а для чего это вообще что он делает можно узнать, и что это за math и audio это к чему вообще здесь, и о каком статическом значении речь?
Вот проект, он с исходниками
https://github.com/jackspirou/clientjs

это детект
https://clientjs.org/

1) Верхний скрипт канваса работает на статическую подмену рисунка.

2) math и audio - на проекте https://fpcentral.irisa.fr/fp с исходникаками https://github.com/plaperdr/fp-central
конечная задача - выполнить скрипт аналогично подмены канвса, но для значений

client.getBrowserData().ua;
client.isFont(font);
client.getFonts();
client.isLocalStorage();
client.isCanvas()
client.getCanvasPrint();



так же и аудиофингенпринт

01
	math.asinh(1)   0.8813735870195429 - statik
02
	math.acosh(1e300)   Infinity   
03
	math.atanh(05)  0.5493061443340542  random last (2)
04
	math.expm1(1)   1.718281828459042   random last (2)
05
	math.cbrt(100)  4.641588833612778  -statik 
06
	math.log1p(10)  2.3978952727983707 -statik 
07
	math.sinh(1)    1.1752011936438010  random last (2)
08
	math.cosh(10)   11013.232920103324 -statik 
09
	math.tanh(1)    0.7615941559557649 -statik
10
	 
11
	audio.pxi_output    -random
12
	audio.cc_output         -random
13
	audio.hybrid_output         -random
14
	audio.pxi_full_buffer_hash      -random
15
	audio.nt_vc_output.ac-sampleRate        -random
16
	audio.nt_vc_output.ac-state         -random
17
	audio.nt_vc_output.ac-maxChannelCount       -random
18
	audio.nt_vc_output.ac-numberOfInputs        -random
19
	audio.nt_vc_output.ac-numberOfOutputs       -random
20
	audio.nt_vc_output.ac-channelCount      -random
21
	audio.nt_vc_output.ac-channelCountMode      -random
22
	audio.nt_vc_output.ac-channelInterpretation         -random
23
	audio.nt_vc_output.an-fftSize       -random
24
	audio.nt_vc_output.an-frequencyBinCount     -random    
25
	audio.nt_vc_output.an-minDecibels      
26
	audio.nt_vc_output.an-maxDecibels       -random
27
	audio.nt_vc_output.an-smoothingTimeConstant     -random    
28
	audio.nt_vc_output.an-numberOfInputs        -random
29
	audio.nt_vc_output.an-numberOfOutputs       -random
30
	audio.nt_vc_output.an-channelCount      -random
31
	audio.nt_vc_output.an-channelCountMode      -random
32
	audio.nt_vc_output.an-channelInterpretation -random

https://fpcentral.irisa.fr/fp

Последний раз редактировалось Chris_Phils, 20.02.2017 в 15:14.
Ответить с цитированием