B4J Library bcprov-jdk18on-171 (BouncyCastle) update (encryption) - KMatle    May 09, 2022   (3 reactions) Tested under B4J Java 11 agains OpenSSL (PHP): AES256 RSA (creating/using keys including signing/verifying) Hashing (HMAC, SHA1, 256 and 512) via Agraham's Encryption library Download: https://www.bouncycastle.org/download/bcprov-jdk18on-171.jar B4J Question AES Encryption/Decryption - ThRuST (first post)    Jun 28, 2022 @Erel I downloaded the file BouncyCastle and noticed it already was part of B4J v9.50 which I currently use. I'll investigate this more deeply.
B4XEncryption seems the way to go. Thanks
130895 B4J Question (SOLVED) Error trying to run JAR and standalone package - decodeDriverLicense - Erel (first post)    Dec 08, 2021   (1 reaction) This works:
#AdditionalJar: bcpkix-jdk14-1.48
#AdditionalJar: bcprov-jdk14-1.48
#PackagerProperty: VMArgs = --add-opens b4j/org.bouncycastle.jcajce.provider.asymmetric.rsa=java.base
Will probably work with your version as well. B4J Tutorial Share encrypted data with B4A - Erel    Sep 20, 2022   (4 reactions) For new projects it is recommended to use B4XEncryption to create a cross platform solution.
RandomAccessFile library v1.10 includes the beloved ReadEncrypredObject / WriteEncryptedObject methods.
These two methods are similar to ReadObject and WriteObject methods which are very powerful and usefu B4J Library SSHJ - ssh, scp, sftp for Java - mindful    Jul 27, 2021   (16 reactions) *NOTE2* Also when running in Release you should set #MergeLibraries: False because of the bouncy castle dependency (bcprov-jdk15on-159) which is a signed jar, and when running with #MergeLibraries: True that jar is decompiled and compiled in your jar and therefore losses its signing.
*NOTE3* For And B4J Question [SOLVED] Using a client certificate with MQTT as a standalone executable - Ralph Parkhurst    Feb 15, 2022   (1 reaction) However when I build try to build and a standalone executable, the sample project crashes. When I run Run_debug.bat, I see the following debug information:
C:\B4J_Projects\SocketFactory\Objects\temp\build\bin>java.exe @release_java_modules.txt --add-opens b4j/org.bouncycastle.jcajce.provider.asymm B4J Code Snippet (proof of concept) Run embedded languages in B4J/java (GraalVM) - Daestrum    Jul 16, 2024   (4 reactions) D:\graaljs-24.0.1\jvm\bin\javac.exe #end if #if PYTHON #AdditionalJar: D:\graalpy-comm-24.0.1\modules\polyglot.jar #AdditionalJar: D:\graalpy-comm-24.0.1\modules\nativeimage.jar #AdditionalJar: D:\graalpy-comm-24.0.1\modules\truffle-api.jar #Addit B4J Question Bouncycastle strange behaviour - madru    Dec 19, 2019 lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang B4J Library jB4XEncryption - Erel    Feb 07, 2021   (10 reactions) This library allows you to encrypt or decrypt data using the AES encryption method.
It is simple to use and it is compatible with B4A B4XEncryption library and B4i Encryption library (Encrypt and Decrypt method) which means that you can encrypt the data on one platform and decrypt it on a different B4J Question .net code to B4J - Daestrum (first post)    Nov 23, 2019   (1 reaction) provider.BouncyCastleProvider", Null)
joSecurity.RunMethod("addProvider", Array As Object (jo))
Dim plainMessage As String = "3670BB9F//1//09ct00300CD"
Log("Plain text message : "& plainMessage)
Dim eMsg() As Byte = Encrypt(plainMessage)
Log("eMsg : " & BConv.StringFromBytes(eMsg,"utf8 Page: 1   2   3   4   5   6   7   Powered by ColBERT |