Friday, September 29, 2017
so, BMW's the suckers favourite cars...keys decrypter
XPROG-M V5.60 XPROG M Programmer with USB Dongle
No operation system limitation, software can be in stalled on Windows XP, windows 7
This is the only version XPROG-M can decrypt new version BMW CAS4.
Add new authorization: AUTH-0025 Authorized 11/4/2014 More Details »
Buy it Now (1 pcs): €94.99
http://www.esobdii.com/wholesale/x-prog-box-xprog-m-ecu-programmer-newest-version.html?gclid=CI61pNyf6tQCFY4y0wodvGoL5w
No operation system limitation, software can be in stalled on Windows XP, windows 7
This is the only version XPROG-M can decrypt new version BMW CAS4.
Add new authorization: AUTH-0025 Authorized 11/4/2014 More Details »
http://www.esobdii.com/wholesale/x-prog-box-xprog-m-ecu-programmer-newest-version.html?gclid=CI61pNyf6tQCFY4y0wodvGoL5w
Thursday, September 28, 2017
White Noise with HTML5 Audio API - COUNTER SURVEILLANCE
window.AudioContext = (window.AudioContext ||
window.webkitAudioContext ||
window.mozAudioContext)
context = new AudioContext()
osc = context.createOscillator()
noiseGain = 0
whiteNoise = context.createScriptProcessor(4096, 1, 1)
whiteNoise.onaudioprocess = (ev)->
output = ev.outputBuffer.getChannelData(0)
for i in [0...whiteNoise.bufferSize]
output[i] = noiseGain * (Math.random() * 2 - 1)
$("#noise").click ->
$(@).val if noiseGain is 1 then "on" else "off"
noiseGain = 1 - noiseGain
osc.connect(whiteNoise)
whiteNoise.connect(context.destination)
https://codepen.io/koheishingai/pen/yOMVxe
window.webkitAudioContext ||
window.mozAudioContext)
context = new AudioContext()
osc = context.createOscillator()
noiseGain = 0
whiteNoise = context.createScriptProcessor(4096, 1, 1)
whiteNoise.onaudioprocess = (ev)->
output = ev.outputBuffer.getChannelData(0)
for i in [0...whiteNoise.bufferSize]
output[i] = noiseGain * (Math.random() * 2 - 1)
$("#noise").click ->
$(@).val if noiseGain is 1 then "on" else "off"
noiseGain = 1 - noiseGain
osc.connect(whiteNoise)
whiteNoise.connect(context.destination)
https://codepen.io/koheishingai/pen/yOMVxe
Wednesday, September 27, 2017
why? why do they detect fake ??? because of the iris on the picture you replaced...you need this code...read the input image you just scanned
First, select an input image clicking on "Select image".
% Then you can
% - add this image to database (click on "Add selected image to database"
% - perform iris recognition (click on "Iris Recognition" button)
% Note: If you want to perform iris recognition database has to include
% at least one image.
% If you choose to add image to database, a positive integer (iris ID) is
% required. This posivive integer is a progressive number which identifies
% a person (each person corresponds to a class).
% For example:
% - run the GUI (type "irisrecognition" on Matlab command window)
% - delete database (click on "Delete Database")
% - add "iris_mike1.jpg" to database ---> the ID has to be 1 since Mike is the first
% person you are adding to database....
https://github.com/Matlab-Biometric-recognition/Iris-Biometric-Recognition-With-Genetic-Algorithms
Subscribe to:
Posts (Atom)