tznikos Member Licensed User Longtime User Jun 2, 2021 #1 I looking to download the cipher library and i can't find it is possible to help me someone ? Thanks
DonManfred Expert Licensed User Longtime User Jun 2, 2021 #2 tznikos said: I looking to download the cipher library and i can't find it is possible to help me someone ? Click to expand... The Forum search IS working Search Results www.b4x.com Upvote 0
tznikos said: I looking to download the cipher library and i can't find it is possible to help me someone ? Click to expand... The Forum search IS working Search Results www.b4x.com
tznikos Member Licensed User Longtime User Jun 2, 2021 #3 Thank you for your quick answer but I looking the cipher not sqlcipher library. Upvote 0
mcqueccu Well-Known Member Licensed User Longtime User Jun 2, 2021 #4 Which of the ciphers. Check this one B4XCipher B4XEncryption https://www.b4x.com/android/forum/threads/b4xencryption.48177/#content Upvote 0
Which of the ciphers. Check this one B4XCipher B4XEncryption https://www.b4x.com/android/forum/threads/b4xencryption.48177/#content
tznikos Member Licensed User Longtime User Jun 2, 2021 #5 Thanks but I need CBC CipherMode and that library I think can do it Searching found the Cipher library and I want to implement this solution https://www.b4x.com/android/forum/threads/decrypt-datas-with-aes-cbc-system.75751/#content But I cannot find it Upvote 0
Thanks but I need CBC CipherMode and that library I think can do it Searching found the Cipher library and I want to implement this solution https://www.b4x.com/android/forum/threads/decrypt-datas-with-aes-cbc-system.75751/#content But I cannot find it
tznikos Member Licensed User Longtime User Jun 2, 2021 #6 I need that library https://www.b4x.com/android/help/encryption.html#cipher where I can download ? Upvote 0
mcqueccu Well-Known Member Licensed User Longtime User Jun 2, 2021 #7 tznikos said: I need that library https://www.b4x.com/android/help/encryption.html#cipher where I can download ? Click to expand... Its internal Library. Just go to your libraries and add Encryption B4X: Dim cipher As Cipher We also have B4XCipher in B4XEncryption library as internal library as well B4X: Dim cipher As B4XCipher Last edited: Jun 2, 2021 Upvote 0
tznikos said: I need that library https://www.b4x.com/android/help/encryption.html#cipher where I can download ? Click to expand... Its internal Library. Just go to your libraries and add Encryption B4X: Dim cipher As Cipher We also have B4XCipher in B4XEncryption library as internal library as well B4X: Dim cipher As B4XCipher
tznikos Member Licensed User Longtime User Jun 2, 2021 #8 It is for B4A because in my libraries does not exist the Encryption to add, I have Version 9.50 Upvote 0
agraham Expert Licensed User Longtime User Jun 2, 2021 #9 mcqueccu said: Its internal Library. Just go to your libraries and add Encryption Click to expand... No its not. There is a link 'Online table' to a spreadsheet with all the additional libraries in the first post of this thread. New feature - online libraries index | B4X Programming Forum Upvote 0
mcqueccu said: Its internal Library. Just go to your libraries and add Encryption Click to expand... No its not. There is a link 'Online table' to a spreadsheet with all the additional libraries in the first post of this thread. New feature - online libraries index | B4X Programming Forum
agraham Expert Licensed User Longtime User Jun 2, 2021 #10 tznikos said: I have Version 9.50 Click to expand... Why not upgrade to the latest v10.70? Upvote 0