Sorcerer's IsleCode cfPassphrase / files

 1<cfsetting showdebugoutput=false enablecfoutputonly=true />
 2<cfcontent type="text/html"><cfoutput><!doctype html>
 3	<meta charset=utf-8 />
 4	<style>html{font-family:monospace;}</style>
 5	<title>cfPassphrase Tests</title>
 6	<b>Testing...</b>
 7
 8	<cfset IncludeSlowTests = StructKeyExists(Url,'RunAll') />
 9
10	<cfset s = getTickCount() />
11	<li>#createObject('UsageTest').init( IncludeSlowTests )#
12	<li>#createObject('BcryptTest').init( IncludeSlowTests )#
13	<li>#createObject('Pbkdf2Test').init( IncludeSlowTests )#
14	<li>#createObject('ScryptTest').init( IncludeSlowTests )#
15	<p><b>Total Time: ~#round((getTickCount()-s)/1000)# seconds</b>
16
17</html></cfoutput>