 |
SecureNotesTree is a notebook with data presented in the form of
an unlimited nesting level tree. Data security is provided based
on AES (Rijndael cipher). The main features include graphical
and text data input, text data search, capability of alarms
setup, export/import with Memo Pad, Read-only mode.
a.. Advantages of Hierarchical Data Storing
It is well-known that a man can keep in his memory and
apprehend simultaneously relatively small amount of information.
Therefore it could be said that hierarchical data organization
is closer to the native human perception than any other one.
SecureNotesTree allows creating records with almost unlimited
nesting level
b.. User Interaction
a.. Popup Menu
Users are provided with an advanced control over items
including deleting, renaming, creating a subitem in it. These
operations can be implemented using Popup menu only for one
item. When pressing and holding a stylus on the item for a
while, a user-friendly Popup Menu is displayed. The Popup Menu
minimum timeout can be set in Preferences.
b.. Drag&Drop
See details in help...
c.. Various Data Representation
Sometimes it is faster and more comprehensible to draw than to
describe something in words, for instance, a user may need to
draw a plan or sketch a simple chart. SecureNotesTree provides
capability of both graphical and text data input. User can set
an icon for each item and this icon will be displayed in the
tree near the specified item.
d.. Security
See details in help...
e.. Alarms
See details in help
f.. Additional Features
a.. Read-only capabilities
b.. Sorting
c.. Search
d.. Clipboard
g.. Interaction with external applications
a.. Export/Import with Memo Pad
b.. Memo Pad hard-button
c.. Sync with desktop
In the registered version the database is backed up to the
desktop during HotSync.
d.. Beaming
See details in help...
secure notes tree secure notes tree viapda memo notebook organizer security crypt alarm
|
 |
wodCrypt is a lightweight component that provides strong encryption for your applications. It provides supports for most common crypto algorithms, such as
AES
DES, TripleDES
Blowfish
Cast
RC2
RC4
RC5
for symmetric encryption and decryption,
RSA
DSA
for making and verifying signatures, and
MD5
SHA1
for creating hashes.
Working with Blobs
wodCrypt works with Blobs - Binary Large Objects (it doesn't have to be big, of course) when it comes to data manipulation. Blob is our object that can read files, string variables and bytes array, and provide the same as their output. Even more, it can present the information in BASE64 and HEX encoded data - in case your environment just doesn't like to work with binary data.
Optimized code
Besides working in regular way - without random padding and internal wrapping, wodCrypt can work in Optimized mode as well. In that case most probably no other encryption tool will be able to access (directly) your encrypted data - because wodCrypt will add specific information to it - such as size of blob. This way when decryption is done, you will get exactly the same plaintext as it was before encryption. In regular way, wodCrypt has to look after block sizes for each protocol, key sizes etc.. so any empty space needs to be filled with zeros. It's not smart way to protect the data - but it's necessary to make encrypted text open to other decryption tools, for you to get the results as expected.
Licensing - royalty free
wodCrypt is royalty free - once you make your application, you can distribute binary versions of wodCrypt free of charge. Licenses are purchased only for design-time development, one license per each developer on the project - and that's all!
Besides ActiveX version (which can be used even in FoxPro), wodCrypt has COM object as well, which can be used from many environments, such as VB, VC, Delphi, VBS, ASP etc..
weonlydo wod crypt component activex security encryption wodcrypt component provides strong
|
 |
The CDBFlite program allows users to work with .DBF files format from the command line. You can carry out various actions which don't require you to be in batch mode. Generally speaking, the program is high-grade command line DBF viewer and editor. If you are familiar with SQL language, you will notice some similar occurances. As parameters are transferred into the command line, the syntax differs; but the principles are the same.
UPDATE somefile.dbf SET name="John", age=30 where id=1000
CDBFlite somefile.dbf /filter:id=1000 /field:name="John",age=30 /update
CDBFlite supports all existing fields types and all memo-fields types. CDBFlite program can be applied on a WEB-server. Neither PERL, not PHP has not ability to work with .DBF as CDBFlite does.
cdbf dbf dbview dbedit viewer editor fast small win32 linux unix
|
|
|