From 8682f9b4365f9147ce19e2d716955dd9e2e77519 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Fri, 6 Mar 2015 00:21:31 +0100 Subject: [PATCH] Added know-how/misc category. --- .../misc/_posts/2009-04-07-audio-bitrates.md | 14 ++++++ .../_posts/2009-06-26-rsa-safeword-tokens.md | 45 +++++++++++++++++++ .../_posts/2010-01-05-nypd-siren-sounds.md | 16 +++++++ .../misc/_posts/2010-03-12-nasa-roger-beep.md | 16 +++++++ 4 files changed, 91 insertions(+) create mode 100644 know-how/misc/_posts/2009-04-07-audio-bitrates.md create mode 100644 know-how/misc/_posts/2009-06-26-rsa-safeword-tokens.md create mode 100644 know-how/misc/_posts/2010-01-05-nypd-siren-sounds.md create mode 100644 know-how/misc/_posts/2010-03-12-nasa-roger-beep.md diff --git a/know-how/misc/_posts/2009-04-07-audio-bitrates.md b/know-how/misc/_posts/2009-04-07-audio-bitrates.md new file mode 100644 index 0000000..de88dea --- /dev/null +++ b/know-how/misc/_posts/2009-04-07-audio-bitrates.md @@ -0,0 +1,14 @@ +--- +title: Audio Bitrates +language: en +layout: default +created: 2009-04-07 11:20:21 +0200 +updated: 2009-04-07 11:20:21 +0200 +toc: false +tags: + - know-how + - hacking + - miscellaneous + - audio +--- +I recently found [this table](http://hireme.geek.nz/bitrates.html) which lists different audio formats and the bitrates where you'd reach similar quality. diff --git a/know-how/misc/_posts/2009-06-26-rsa-safeword-tokens.md b/know-how/misc/_posts/2009-06-26-rsa-safeword-tokens.md new file mode 100644 index 0000000..33b1fb2 --- /dev/null +++ b/know-how/misc/_posts/2009-06-26-rsa-safeword-tokens.md @@ -0,0 +1,45 @@ +--- +title: RSA/Safeword Tokens +language: en +layout: default +created: 2009-06-26 20:39:10 +0200 +updated: 2009-06-26 20:39:10 +0200 +toc: false +tags: + - know-how + - hacking + - miscellaneous + - security +--- +The [P800](http://www.sonyericsson.com/cws/support/phones/p800) had an integrated RSA and SafeWord Token generator. +For the iPhone there is a *SecurID* application in the app store. + +Here are some example initialization infos. + + +RSA SecurID Example data +======================== + +| Serial# | Activation License | +|:----------:|:-------------------------------:| +| `50453047` | `A4X3453NKFV8T2Y3JP093D3W91XUB` | +| `50525681` | `ACTUM53ERJHHIET93498HI3XTKAM2` | +| `50525682` | `AF3K453HLKMGL340KGMNL93YGKAMF` | +| `50525683` | `A9U4453M6W434MDEGEGKMM3YTK9BM` | + +(Taken from [this PDF](http://rsasecurity.agora.com/rsasecured/guides/imp_pdfs/Ezos_EzWAP_SecurID.pdf).) + + +SafeWord Example data +===================== + +| Serial# | Authorization Code | Key Phrase | +|:----------:|:------------------:|:------------------------------------------| +| `00000123` | `2325134541-20609` | `muster=baloneys=climb=offer` | +| `99991001` | `4193215130-26411` | `elastomer:scantness:decathlon:acidified` | +| `99991002` | `1792530354-64939` | `daubs@billeting@torments@consisted` | +| `99991003` | `745943421-56800` | `racquets@baked@purebred@frisking` | +| `99991004` | `1677991100-26956` | `benzoin%gonged%blockader%gleamed` | +| `99991005` | `2200844912-50759` | `minor;casement;elide;expose` | + +(Taken from the file `mpass.dat` from [this file](http://www.securecomputing.com/index.cfm?sKey=943).) diff --git a/know-how/misc/_posts/2010-01-05-nypd-siren-sounds.md b/know-how/misc/_posts/2010-01-05-nypd-siren-sounds.md new file mode 100644 index 0000000..1e820ad --- /dev/null +++ b/know-how/misc/_posts/2010-01-05-nypd-siren-sounds.md @@ -0,0 +1,16 @@ +--- +title: NYPD Siren Sounds +language: en +layout: default +created: 2010-01-05 00:08:18 +0100 +updated: 2010-01-05 00:11:50 +0100 +toc: false +tags: + - know-how + - hacking + - miscellaneous + - audio +--- +A nice collection of all available siren sounds in a NYPD police car can be found at the [NY Times](http://www.nytimes.com/2007/06/14/nyregion/15siren_sounds.html). +The *"Air Horn"* sound going through a [horn loudspeaker](http://en.wikipedia.org/wiki/Horn_loudspeaker) should give +the typical horn sound of ambulances. diff --git a/know-how/misc/_posts/2010-03-12-nasa-roger-beep.md b/know-how/misc/_posts/2010-03-12-nasa-roger-beep.md new file mode 100644 index 0000000..feb0860 --- /dev/null +++ b/know-how/misc/_posts/2010-03-12-nasa-roger-beep.md @@ -0,0 +1,16 @@ +--- +title: NASA Roger Beep +language: en +layout: default +created: 2008-08-11 01:30:57 +0200 +updated: 2010-03-12 19:32:32 +0100 +toc: false +tags: + - know-how + - hacking + - miscellaneous + - audio + - space +--- +The "Roger" beep after transmissions from Space missions is @ 2475 Hz for 250 ms. According to [everything2](http://everything2.com/e2node/Roger%2520beep), +there should be a pre-transmission tone @ 2525 Hz for 250 ms. They are called [Quindar tones](http://en.wikipedia.org/wiki/Quindar_tones).