{{theTime}}

Search This Blog

Total Pageviews

Java command line Security Tools

  • keytool -- To manage keystores and certificates.
  • jarsigner -- To generate and verify JAR signatures.
  • policytool -- To mangage policy files using GUI.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...