Click here to Skip to main content
15,885,084 members

Comments by Herboren (Top 55 by date)

Herboren 26-Feb-23 23:56pm View    
there are four pieces of evidence (raw, cr2, png, canon camera) in my question which suggest I am referring to imagery and 1 hint suggesting Emgu.CV. At which point do you decide to determine the best possible response to this question? The part where you only read what you want, or the part where you're completely oblivious?

I understand despite my response to you I may not receive the answer I am looking for. However, even I could have thought outside of the box and put 2 and 2 together. I've learned over the years how uncouth CP responses can be towards people looking for answers. Despite the age of my profile, I have been here since 2013. Don't bother responding that is going to exacerbate on the problem, just keep moving and let the next individual pass through with a more likely response.

Ultimately I will find my answer with or without CP. But hoping to expedite my efforts from a more tenure source that could help me shape what I am looking for.
Herboren 14-Jul-16 0:37am View    
I will have to move oKey inside the ecrypt function, I dont want it to go any deeper than the initial encrypt
Herboren 13-Jul-16 23:49pm View    
The oKey's initial value is always 'P', however it will change as soon as the first characters offset has been found. Once the distance or position between 'P' and 'H' is found it moves onto the next char in the array being 'H' and find the distance between 'H' and 'I', then 'I' and '-' and so forth. oKey always takes the previous element in the array to find the distance of the element ahead of it.

Regardless oKey's initial value will always be 'P' at the beginning of the encrypt function() but will change through this process
Herboren 13-Jul-16 22:54pm View    
I havent tried it yet, but I believe if I reverse the string and find the distance backwards I may be able to find my string
Herboren 13-Jul-16 21:49pm View    
I updated it, sorry forgot that was left out =\