Re: Storing PGP keys

2002-06-08 Thread Benjamin Pflugmann
Hello. On Sat 2002-06-08 at 11:00:43 +0200, [EMAIL PROTECTED] wrote: > What would be the best way to store PGP keys for optimal queries in MySQL > (using search / indexes on the columns) > > text / blob?? No storage difference. TEXT/BLOB differ in whether they treat the data case-sensitive

Storing PGP keys

2002-06-08 Thread Chris Knipe
What would be the best way to store PGP keys for optimal queries in MySQL (using search / indexes on the columns) text / blob?? Also, for a PHP & Perl based series of applications, would it be better to store / validate / compare these values in a database, or should it be better managing th