input: 64BtLw0T027007008980450618VITA0610032142440000000050
Output: nenwKoJMTj9W9/Xc2MBNn+iJnGg=

Can Any one help me to get the output above using Coldfusion code. This is my 
code, but the output does not same.
.................................................................................
<cfset create = "64BtLw0T027007008980450618VITA061003214244000000005000">
 <cfset digest = CreateObject("java", "java.security.MessageDigest")>
<cfset digest = digest.getInstance("SHA-1")>
<cfset result = digest.digest(create.getBytes())>
<cfset hashme11 = ToBase64(result)> 
.................................................................................

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255609
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to