Re: How to find an algorythm code

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Gary Walter (garylwpleasenospam_at_wamego.net)
Date: 05/04/04


Date: Tue, 4 May 2004 08:50:35 -0500


"Federico Babelis" <federico@gazum.com> wrote
> Hi:
>
> Any could help my find how to create the code for the following algorythm:
>
> In1: 10000000
> In2: 00000000000
>
> the algorythm runs and this is the output:
>
> 01A6DC6B07262F69
>
> Any help will be appreciaterd !
>
Hi Federico,

Public Function fAlgo(pIn1, pIn2) As String
    If pIn1="10000000" AND pIn2="00000000000" Then
         fAlgo="01A6DC6B07262F69"
    Else
         fAlgo = vbNullString
    End If
End Function

I apologise for the above.

Perhaps if you could sketch out the algorithm
in your own words, we could help you with the
code.

Thanks,

Gary Walter



Relevant Pages

  • Re: How to find an algorythm code
    ... > Any could help my find how to create the code for the following algorythm: ... Public Function Foo(ByVal In1 As String, ByVal In2 As String) As String ... Herfried K. Wagner [MVP] ...
    (microsoft.public.dotnet.languages.vb)
  • Re: ... challenge?
    ... it should be easy to change my ciphertext back to plaintext, ... provide the algorythm and other info. ... > algorithm is interesting. ...
    (sci.crypt)
  • Re: ... challenge?
    ... an example-implementation and a few test-vectors so that alternative ... algorithm is interesting. ...
    (sci.crypt)
  • Encrypting data witth TDE Oracle 10g
    ... I saw we can choose algorithm at column level but, ... If we encrypt data with one algorythm, it's more easier to decrypt ...
    (comp.databases.oracle.server)