RE: Duplicate matching

2014-11-30 Thread Adrian Halid
Hi Greg, Instead of using the filename to determine duplicate audio files have you considered using an audio fingerprint? I have used this software in the past to automatically tag my music. https://picard.musicbrainz.org/ “Picard uses AcoustID audio fingerprints, allowing files to be

Re: Duplicate matching

2014-11-30 Thread Greg Keogh
Instead of using the filename to determine duplicate audio files have you considered using an audio fingerprint? ... Apparently it uses http://acoustid.org/ which is an open source library. This is an interesting lateral-thinking idea. That's an ambitious and scientifically interesting

RE: Duplicate matching

2014-11-30 Thread Adrian Halid
I am pretty sure the fingerprints are calculated on your local machine. It would only be the finger print that you send to the web service. This is how the Picard application works. Regards Adrian Halid From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of

Re: X509 certificate and trust

2014-11-30 Thread Richard Carde
Greg What it sounds like you are being asked to do is certificate based authentication. This is something that cannot be forged, unlike a 'magic number'. The server can verify the validity of the cert and identify the client. You might have individual certs to identify a user or device. I've

Re: [OT] Windows SCHANNEL Protocol registry keys

2014-11-30 Thread Richard Carde
Noonie IISCrypto is your friend. But you should really understand a little about protocols and cipher suites and the ordering thereof. Test your public site with Qualys ssllabs. You're aiming for an A. https://www.ssllabs.com/ssltest/ Using SHA1 certs will lower the score but that's not too

Re: X509 certificate and trust

2014-11-30 Thread Greg Keogh
I don't think Silverlight supports such authentication. Yeah, it looks that way. Most of the important certificate classes and methods are stripped out of the mini CLR. I eventually decided that the phone must perform a one-off registration, but I'm still not sure how the phone can identify