Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.45 KB

History.markdown

File metadata and controls

28 lines (18 loc) · 1.45 KB

dojo-Chroma-Hash Version History

Version 0.1

Initial release.

Chroma-Hash Version History

Version 0.3 [2009-8-12]

  • [Changed] jQuery UI Dependency Removed: Chroma-Hash now includes jQuery Color Animations (John Resig), which was the critical component from jQuery UI. (On suggestion of Stan Wiechers, Joel Moss, and others)
  • [New] Low Bit Rounding: Each color channel has its least significant digit rounded to zero (eg. 0xF4 -> 0xF0, 0x42 -> 0x4). This increases the number of collisions per color, and thereby improves the overall security of the visualization. Since the differences in colors within a particular 4-byte range are nearly imperceptible to humans, this change does not affect general aesthetics. (Thanks to Ian Young http://blog.iangreenleaf.com/2009/08/making-chroma-hash-less-leaky.html)
  • [Bugfix] CSS Positioning Errors: Positioning of color bars is now more robust across different browsers. Successfully tested on Safari 4, Firefox 3.5 and Opera 10.

Version 0.2 [2009-8-4]

  • [New] Salt: Added parameter for salt to be applied for hash function
  • [New] Grayscale: Added parameter to specify minimum number of characters of input needed for colors to appear. Under that length, bars appear in grayscale.
  • [Bugfix] "Color change effects pause on lost focus" (mikehamer)
  • [Changed] Tag-line is now "A sexy, secure visualization of password field input"

Version 0.1

Initial release.