Re: decrypt coldfusion admin password

2010-11-18 Thread Rob Parkhill
Rusty, You don't need to decryt it, you can reset it. Depending on which version of course! Here is the link that I have used for other customers that works. http://www.tek-tips.com/faqs.cfm?fid=3731 Cheers, Rob On Thu, Nov 18, 2010 at 4:01 PM, Rus

RE: decrypt coldfusion admin password

2010-11-18 Thread Russ Michaels
You just need to disable the admin login in the neo-security.xml Russ -Original Message- From: Rusty Owens [mailto:rusty_ow...@hotmail.com] Sent: 18 November 2010 21:01 To: cf-talk Subject: decrypt coldfusion admin password The company I work for has a coldfusion application that is b

Re: Decrypt CF scheduled job password?

2010-04-05 Thread Qing Xia
urrently the 4th option entitled "How To Crack Coldfusion > Datasources ". I think you'll find that the most helpful. ;) > > Paul Alkema > AlkemaDesigns.com > > > -Original Message- > From: b...@bradwood.com [mailto:b...@bradwood.com] > Sent: Tuesday

RE: Decrypt CF scheduled job password?

2010-03-31 Thread Paul Alkema
e- From: b...@bradwood.com [mailto:b...@bradwood.com] Sent: Tuesday, March 30, 2010 10:45 PM To: cf-talk Subject: RE: Decrypt CF scheduled job password? I've never tried it, but if the cron passwords are stored the same way data source passwords are, then they probably are crackable. Go

RE: Decrypt CF scheduled job password?

2010-03-30 Thread brad
I've never tried it, but if the cron passwords are stored the same way data source passwords are, then they probably are crackable. Google "coldfusion decrypt datasource password" Note: The people who figured out how to decrypt CF passwords had to decompile CF's source Java code so enter at your

Re: Decrypt CF scheduled job password?

2010-03-30 Thread Mike Chabot
Yes, it is. -Mike Chabot On Tue, Mar 30, 2010 at 9:09 PM, Qing Xia wrote: > > Hello folks, > > I was just wondering, does anyone happen to know if the password in the CF > scheduled job XML file (cfroot\lib\neo_cron.xml) is crackable? I swear, I > have no ill intent! I am only just curious! :-)

Re: decrypt

2009-04-18 Thread Barney Boisvert
Hashes are intentionally one-way. You can't get back to the original source other than doing a brute-force search of source strings until you find one that matches the hash. Obviously that's really time intensive, especially if the source string is of arbitrary length. That site you link to simp

Re: decrypt

2009-04-18 Thread Brad Wood
Hashes are a one-way deal and cannot be decrypted by nature. The only way to "reverse" a hash is by brute force. (Google Rainbow Tables) I guarantee you the PHP app did not decrypt whatever it was it was hashing. Generally, when it comes to something like passwords, you hash the password and s

RE: decrypt an old tag

2006-07-27 Thread Ken Ferguson
a simple Google) "#directory#\#name# ||| #replacenocase(directory,'\appdir\','\appdecrypted\')#\#name#" Ken Ferguson 214.636.6126 -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: decrypt an old tag

2006-07-26 Thread Adkins, Randy
+1 -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 4:52 PM To: CF-Talk Subject: RE: decrypt an old tag http://www.novabean.com/ -Original Message- From: Howard Owens [mailto:[EMAIL PROTECTED] Sent: 27 July 2006 04:40 To: CF-Talk Subject

RE: decrypt an old tag

2006-07-26 Thread Snake
http://www.novabean.com/ -Original Message- From: Howard Owens [mailto:[EMAIL PROTECTED] Sent: 27 July 2006 04:40 To: CF-Talk Subject: decrypt an old tag I have an old custom tag I bought and paid for years and years ago and still need . Apparently, after moving it to an upgraded s

RE: Decrypt an encrypted CFM template

2004-02-27 Thread Burns, John
PROTECTED] Sent: Friday, February 27, 2004 9:52 AM To: CF-Talk Subject: RE: Decrypt an encrypted CFM template I'm not sure the community feeling about decrypters here in CF land (I know where the Flash community stands), but I 'm sure I wil lfind out. Use this only for good, not evil.

RE: Decrypt an encrypted CFM template

2004-02-27 Thread Jerry Johnson
I'm not sure the community feeling about decrypters here in CF land (I know where the Flash community stands), but I 'm sure I wil lfind out. Use this only for good, not evil. =) http://www.cse.unsw.edu.au/~matthewc/files/cfdecrypt.zip (This is from the guy who wrote all the C source you see a

RE: Decrypt an encrypted CFM template

2004-02-27 Thread Tom Kitta
Last time I checked there were some commercial decrypters floating around for about $20 per copy. Sorry, I don't have a link handy, but they were not hard to find last time I checked. TK   -Original Message-   From: Burns, John [mailto:[EMAIL PROTECTED]   Sent: Friday, February 27, 2004 9:

RE: Decrypt an encrypted CFM template

2004-02-27 Thread John Beynon
Google it, 'cfdecrypt' and you find http://shroom.dv8.org/cfd/ Jb. -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 14:30 To: CF-Talk Subject: Decrypt an encrypted CFM template I wrote a CFM template about a year ago (in CF5) and I encrypted it for r

RE: decrypt() not working on CF5

2003-09-09 Thread Heald, Tim
Start by not using encrypt and decrypt. Instead use cfusion_encrypt() and cfusion_decrypt(). Much better functions. The results are pure alphanumeric. Weird that this shouldn't work though. What error is CF 5 throwing? Or is it decrypting incorrectly? Is the encrypted value the same on bot

RE: Decrypt Problem

2002-09-21 Thread Ben Koshy
I had this problem too and abandoned the crypt/decrpyt function because there appeared to be certain instances when it couldn't revert encrypted text to its original form. I believe Kay Smoljak (sp?) has a more reliable crypto function http://developer.perthweb.com.au/ She might be able to shed

Re: Decrypt Function

2002-07-01 Thread Bryan Stevenson
media.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com - Original Message - From: "Randell B Adkins" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sen

RE: Decrypt Function

2002-07-01 Thread Randell B Adkins
There is no help in CF5 for URLEncryptedFormat Where is the docs on that function? >>> [EMAIL PROTECTED] 07/01/02 01:45PM >>> are you also using urlEncryptedFormat() (different fromt he kind of encryption you're talking about).. escapes characters not valid in url ken -Original Message---

RE: Decrypt Function

2002-07-01 Thread Ken Beard
are you also using urlEncryptedFormat() (different fromt he kind of encryption you're talking about).. escapes characters not valid in url ken -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 1:17 PM To: CF-Talk Subject: Decrypt Function

RE: Decrypt??

2000-12-02 Thread Ken Wilson
> Anyone know wher I can get help in decrypting some code? I need to make > some modifications for a client but his pre-packaged app has an encrypted > admin section. Just a reminder... You might want to check the license agreement before decrypting that code or contact the author directly. In

RE: Decrypt??

2000-12-02 Thread ibtoad
I hear that. Rich -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 02, 2000 10:30 AM To: CF-Talk Subject: RE: Decrypt?? no probs working saturday is so cool.not -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: 02

RE: Decrypt??

2000-12-02 Thread Stewart McGowan
no probs working saturday is so cool.not -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: 02 December 2000 15:33 To: CF-Talk Subject: RE: Decrypt?? Thank you, Rich -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Saturday, December

RE: Decrypt??

2000-12-02 Thread ibtoad
Thank you, Rich -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 02, 2000 10:04 AM To: CF-Talk Subject: RE: Decrypt?? http://shroom.dv8.org/cfd/ Stew ~~ Structure your ColdFusion code with

RE: Decrypt??

2000-12-02 Thread Stewart McGowan
http://shroom.dv8.org/cfd/ Stew ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffus

RE: Decrypt()

2000-11-03 Thread Eron Cohen
Hi Billy, I have found that encrypt can create some values that the database will choke on. You may need to enlist the help of base64 encoding. You're going to need to use the functions tostring(),tobinary(), and tobase64() for your encryption/decryption process. For instance, to encrypt a cus

Re: Decrypt

2000-10-31 Thread Wjreichard
http://shroom.dv8.org/cfd/ Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in th

RE: Decrypt

2000-10-30 Thread Garza, Jeff
http://shroom.dv8.org/cfd/. Jeff Garza Web Developer Spectrum Astro, Inc. 480-892-8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Craig Bowes [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 1:29 PM To: CF-Talk Subject: Decrypt This is a multi-p

Re: Decrypt cold fusion files

2000-09-25 Thread Rob Keniger
on 9/26/00 5:06 AM, Zachary Bedell at [EMAIL PROTECTED] wrote: > I do love the head-in-sand solution to the CFDecrypter problem... > It's not like it's tough to find. Any developer who uses CF's > encryption and expects his code to be secure is REALLY delusional... I don't expect my code to be

RE: Decrypt cold fusion files

2000-09-25 Thread Zachary Bedell
PROTECTED]] > Sent: Friday, September 22, 2000 8:06 PM > To: CF-Talk > Subject: RE: Decrypt cold fusion files > > > N > > NOO!! > > I think it would generally be illegal to decrypt templates > unless of course it's your own

Re: Decrypt cold fusion files

2000-09-24 Thread Wjreichard
You know you guyz kill me sometimes! I thought this list was for the open exchange of information? http://shroom.dv8.org/cfd/ -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http

RE: Decrypt cold fusion files

2000-09-24 Thread Ed Toon
See what? Nothing to see here. Move along... -Original Message- From: Jim Taylor [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 24, 2000 3:08 PM To: CF-Talk Subject: Re: Decrypt cold fusion files ;) CAN I SEE

Re: Decrypt cold fusion files

2000-09-24 Thread Jim Taylor
;) CAN I SEE:) - Original Message - From: "Ed Toon" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, September 24, 2000 1:18 PM Subject: RE: Decrypt cold fusion files > > Why would you want to decrypt a cf file? > > I d

RE: Decrypt cold fusion files

2000-09-24 Thread Ed Toon
> Why would you want to decrypt a cf file? I don't know about anyone else, but I wanted to decrypt the CF Administrator to remove dependence on SiteMinder, which is a big gaping security hole. I also now have one of the coolest looking CFIDE/administrators around. ;) Ed ---

Re: Decrypt cold fusion files

2000-09-23 Thread Jim Taylor
Why would you want to decrypt a cf file? - Original Message - From: "Sree@bigbuzz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 22, 2000 2:41 PM Subject: Decrypt cold fusion files > This is a multi-part message in MIME format. > > --=_NextPart_000_00

Re: Decrypt cold fusion files

2000-09-23 Thread Lee Borkman
Yes. Why do you ask? - "Sree@bigbuzz" <[EMAIL PROTECTED]> wrote: This is a multi-part message in MIME format. --=_NextPart_000_0011_01C024B4.0006E920 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable HI, I

RE: Decrypt cold fusion files

2000-09-23 Thread Mark Warrick
N NOO!! I think it would generally be illegal to decrypt templates unless of course it's your own work, in which case you can have Allaire decrypt them for you. Or you can find the CFDECRYPT program. Sorry no hints available for that solution.

Re: Decrypt cold fusion files

2000-09-23 Thread Rob Keniger
on 9/23/00 7:41 AM, Sree@bigbuzz at [EMAIL PROTECTED] wrote: > Is there a way to decrypt coldfusion files. Yes. ;-) Rob Keniger [EMAIL PROTECTED] big bang solutions

RE: decrypt form variable... WAY more than you wanted to know.

2000-05-21 Thread Mike Sheldon
: Re: decrypt form variable... WAY more than you wanted to know. Maybe this interests you:..? http://www.granularity.net/technologies/ [EMAIL PROTECTED] GIACloakTM Allaire ColdFusion extension allowing for strong encryption giaCryptoTM Java classes to allow for encryption via Allaire

RE: decrypt form variable... WAY more than you wanted to know.

2000-05-21 Thread Mike Sheldon
Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Greg Saunders [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 21, 2000 06:05 To: [EMAIL PROTECTED] Subject: RE: decrypt form variable... WAY more than you wanted to know. Thanks Mike an

Re: decrypt form variable... WAY more than you wanted to know.

2000-05-21 Thread Stephen M. Aylor
Maybe this interests you:..? http://www.granularity.net/technologies/ [EMAIL PROTECTED] GIACloakTM Allaire ColdFusion extension allowing for strong encryption giaCryptoTM Java classes to allow for encryption via Allaire ColdFusion All the best, Stephen M. Aylor Aylor Insurance Agency, In

RE: decrypt form variable... WAY more than you wanted to know.

2000-05-21 Thread Greg Saunders
Thanks Mike and David for the discussion. It's not WAY more than I wanted to know, but I could use some help in applying all my new found knowledge ;-) Should I be using CFHASH for has hashing? I've heard lots of criticism of CFENCRYPT, but I don't remember seeing any for CFHASH. Do you know i

Re: decrypt form variable... WAY more than you wanted to know.

2000-05-21 Thread David Cummins
Hi Mike, Firstly I would point out that I don't know the actual algorithms for most of the methods we are discussing, so if a comment seems a bit off hand - well, it probably is. ;) Mike Sheldon wrote: > > IDEA has been shown to have some weak keys. However, the odds of you > actually choosing

RE: decrypt form variable... WAY more than you wanted to know.

2000-05-21 Thread Mike Sheldon
Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 20, 2000 20:18 To: [EMAIL PROTECTED] Subject: Re: decrypt form variable... Whoa! That's a rather complete answer... ;) Although I would warn that some of the "cryptographically strong" schemes have been s

Re: decrypt form variable...

2000-05-20 Thread David Cummins
Whoa! That's a rather complete answer... ;) Although I would warn that some of the "cryptographically strong" schemes have been shown to have some weak keys, i.e. I think IDEA has some weak keys. From what I'm aware, RC5 with 16 rounds does not (so I'm a fan). As far as stream ciphers go, could

RE: decrypt form variable...

2000-05-20 Thread Mike Sheldon
ing public-key cryptography. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Greg Saunders [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 20, 2000 18:38 To: [EMAIL PROTECTED] Subject: RE: d

Re: decrypt form variable...

2000-05-20 Thread David Cummins
Most of the strong ones I know of are block ciphers such as RC5 or RSA. Incidentally, I don't have a lot of faith in DES. To my mind its kind of hacked together, and its not expandable. Are you after public or private key? PS - anybody know a good stream cipher? David Greg Saunders wrote: > >

RE: decrypt form variable...

2000-05-20 Thread Greg Saunders
At 11:52 AM 5/17/00 -0700, Mike Sheldon wrote: >From looking at it, it's definitely different. > >However, it's also very definitely a stream-type cipher, not DES. This one >produces exactly 2n bytes ciphertext for every byte plaintext input. I don't >think I'd trust this one to casual cryptanalys

Re: decrypt form variable...

2000-05-17 Thread Computer Simplistics Suppoer
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 17, 2000 10:36 AM Subject: RE: decrypt form variable... I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your na

Re: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator -

RE: decrypt form variable...

2000-05-17 Thread Mike Sheldon
]] Sent: Wednesday, May 17, 2000 10:15 To: [EMAIL PROTECTED] Subject: RE: decrypt form variable... Answered my own question... apparently CFusion_Encrypt & CFusion_Decrypt work just as well and don't create any special characters like encrypt(). Followup, yesterday I think Michael

RE: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator -

Re: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator -

RE: decrypt form variable...

2000-05-17 Thread Dave Watts
> Answered my own question... apparently CFusion_Encrypt & > CFusion_Decrypt work just as well and don't create any special > characters like encrypt(). > > Followup, yesterday I think Michael Sheldon wrote about how > the encrypt() & decrypt() functions are pretty easily hacked > if someone tri

Re: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator -

RE: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator -

Re: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator -

RE: decrypt form variable...

2000-05-17 Thread Aaron Johnson
Answered my own question... apparently CFusion_Encrypt & CFusion_Decrypt work just as well and don't create any special characters like encrypt(). Followup, yesterday I think Michael Sheldon wrote about how the encrypt() & decrypt() functions are pretty easily hacked if someone tried. What abo