Re: MD5 help

From: Eugene Styer (eugenestyer_at_adelphia.net)
Date: 05/31/04


Date: Mon, 31 May 2004 10:12:14 -0400

What comes to mind is a Visual Basic program (or whatever language you
desire) that connects to the Access database, gets one string, hashes
it, and stores the hash in the database, and then repeats the process
for the remaining 399+ strings.

Eugene Styer

Brad P wrote:

> Hello
>
> I have an Access table with a column for pwd's which are plain text. I am
> going to import this data to another database, where I want to encrypt the
> pwd to MD5 hash. The new database will be used in a phpbb forum. Does anyone
> know for a routine or program to encrypt 400+ strings quickly? Anything I
> find will encrypt an entire file. Also, Access does not have an MD5
> function.
>
> Thanks
>
>



Relevant Pages

  • Re: [ANN] Data Source Name parser (ODBC etc.)
    ... > suggested URL-like strings describing database connections. ... > library for such strings (data source names) is now available at ... raises the exception Syntax_Error. ...
    (comp.lang.ada)
  • Question on how updates to Access tables may or may not cause the database to expand in size
    ... All strings are stored as variable length data, one byte for each actual character and one overhead byte. ... When a database is compacted and repaired, tables are written out in primary key sequence. ... I have concluded that after the compact/repair, that each table, is written in sequence, filling up 2k pages, and that tables are not generally intermixed except at the end of one table and the beginning of the next. ... then the database DOES expand in size. ...
    (comp.databases.ms-access)
  • Re: Japanese to Unicode characters
    ... Oracle-Rdb database; a VB application running on a Window98 Japanese PC ... store the japanese strings as Unicode. ... UniToolBox component for VB which handle the Unicode strings. ...
    (microsoft.public.sqlserver.programming)
  • Re: PreparedStatement
    ... It actually depends upon what JDBC driver ... But the "generic database access" class I am using to insert data to the ... to insert Strings into numeric fields (as long as the Strings are numbers, ...
    (comp.lang.java.help)
  • Re: i18n hell
    ... table attributes to UTF-8 only garbage kept adding into the database. ... you using unicode strings or byte strings? ...
    (comp.lang.python)