... API protocol, the API communicates with the endpoint, and the communication protocol is https. In other words, there is no risk of leakage of cKey because the communication is encrypted. However, if you want to use encryption to protect your key locally, you can encrypt and store your key ...
how wonderful one question please ... could someone suggest to me a safe way of storing cKey in this context? on openai they suggest an environment variable...is this a good approach? or is it even necessary to bother?
thank you for your expertice and kind regards ruth
... resultado del FullTextSearh() grabar en esos campos una clave unica, por ejemplo el TimeStamp + Random() (para evitar choques con otros usuarios) cKey:= hb_DateTime()+ StrZero(hb_Random(), 10) Despues se grabara esa key en los distintos registros que conforman el filtro y finalmente se utilizara ...
... https://mybergland.com/fwforum/featuredartclesClip3.jpg Preprocessor substitutes |ckey| before inserting the whole source "FEATURED_ARTICLES_ITEM" into your prg file. The advantage of patching is that you release a single ...
... https://mybergland.com/fwforum/featuredartclesClip3.jpg Preprocessor substitutes |ckey| before inserting the whole source "FEATURED_ARTICLES_ITEM" into your prg file. The advantage of patching is that you release a single ...
... I put an alltrim () because it can be even less than 8 characters like for example "TEST" on the oPermessi there is a SetScope static cKeycKey:=oUtenti:Clave oPermessi:setscope(cKey) I did not understand why sometimes some records are cacenalled and other times none and other times ...
... ) // like ADO AddNew( flds, values ) 4) How to I create and use index's .. Like .cdx ( tags ) Approach-1: oDbf:CreateIndex( [cFile], cTag, cKey, [lUnique], [lDescend], [lMemory] ) Approach-2 (Easiest): oDbf:CdxCreate() /// creates index on all fields oDbf:CdxCreaate( cFieldList, [lMemory] ...
... watching the presentation, I got a good idea for 'Harbourino style'. I have now reproduced the CLASS TApp with a HASH. The method e.g. METHOD Get (cKey, uKey) is now a simple hash function: hb_HGet (<hTable>, <Key>) -> <Value> Very easy to handle. I wish you a great weekend. ...
Dear All, I use MariaDB and I got a problem with HB_Crypt( cPass, cKey ) and store in column (Latin1). When I use HB_Decrypt( oRs:cEncPass, cKey ), it returns incorrect. What kind of Charactor does support HB_Crypt() or How do I store HB_Crypt and HB_Decrypt() ...
... de su DLL sqlcipher.DLL para el compilador que vayas a utilizar A partir de ahí, ( te lo resumo ) local dbName := ... local lCreate := .F. local cKey := "mykey" oDB := sqlite3_open( dbname, lCreate ) sqlite3_exec( oDB, 'pragma key = ' + cKey ) if sqlite3_errcode(dbo1) > 0 // error ...
... I will create a sample that will work inside the sample-folder without all the defined extras. The defined TDatabase // CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory ) oProject := TDatabase():Open( , "PROJECT", "DBFCDX", .T. ) oProject:CreateIndex( "PROJECT", ...