Re: Decrypt DB to memory (General questions)

by Jasmine, (7371 days ago) @ dandraka

You know you can implement your own Blob, right? In VB just add

Implements IBlob

and then add bodies for all methods that appear (similar to events). You name it as you wish, you do inside what you want. You only need to implement what will happen when wodCrypt calls methods:

Read, Seek, Write, SetSize

from your own blob object.

locked

Complete thread:

 

  • Decrypt DB to memory
    • Re: Decrypt DB to memory