Re: Android/Java PKCS12 Industry format Keystore

2019-10-11 Thread Jjs via use-livecode
That's the same i use too. Maybe the updated java is the cause of the warning. 
Latest of jave jdk 8. The keys still work, so i was curious if this could have 
consequences.

"J. Landman Gay via use-livecode"  schreef op 10 
oktober 2019 22:36:11 CEST:
>I use the example from Google, which is identical to the example in the
>
>LC lesson. This is Google:
>
>keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 
>2048 -validity 1 -alias my-alias
>
>This is the LC lesson (using Windows exe):
>keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe 
>-keyalg RSA -keysize 2048 -validity 1
>
>I have never seen any warnings.
>
>On 10/10/19 1:55 PM, JJS via use-livecode wrote:
>> Hi,
>> 
>> 
>> have some people already changed their  (Android/Java) keystore keys
>to 
>> the PKCS12 format?
>> 
>> 
>> When creating a keystore key i get this warning a few times:
>> 
>> 
>> Warning:
>> The JKS keystore uses a proprietary format.
>> It is recommended to migrate to PKCS12 which is an industry standard 
>> format using "keytool -importkeystore -srckeystore yourapp.keystore 
>> -destkeystore yourapp.keystore -deststoretype pkcs12".
>> 
>> Or still using the proprietary format?
>> 
>> Regards.
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your 
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
>-- 
>Jacqueline Landman Gay | jac...@hyperactivesw.com
>HyperActive Software   | http://www.hyperactivesw.com
>
>
>___
>use-livecode mailing list
>use-livecode@lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode

-- 
Verstuurd vanaf mijn Android apparaat met K-9 Mail.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Android/Java PKCS12 Industry format Keystore

2019-10-10 Thread J. Landman Gay via use-livecode
I use the example from Google, which is identical to the example in the 
LC lesson. This is Google:


keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 
2048 -validity 1 -alias my-alias


This is the LC lesson (using Windows exe):
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe 
-keyalg RSA -keysize 2048 -validity 1


I have never seen any warnings.

On 10/10/19 1:55 PM, JJS via use-livecode wrote:

Hi,


have some people already changed their  (Android/Java) keystore keys to 
the PKCS12 format?



When creating a keystore key i get this warning a few times:


Warning:
The JKS keystore uses a proprietary format.
It is recommended to migrate to PKCS12 which is an industry standard 
format using "keytool -importkeystore -srckeystore yourapp.keystore 
-destkeystore yourapp.keystore -deststoretype pkcs12".


Or still using the proprietary format?

Regards.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Android/Java PKCS12 Industry format Keystore

2019-10-10 Thread JJS via use-livecode

Hi,


have some people already changed their  (Android/Java) keystore keys to 
the PKCS12 format?



When creating a keystore key i get this warning a few times:


Warning:
The JKS keystore uses a proprietary format.
It is recommended to migrate to PKCS12 which is an industry standard 
format using "keytool -importkeystore -srckeystore yourapp.keystore 
-destkeystore yourapp.keystore -deststoretype pkcs12".


Or still using the proprietary format?

Regards.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode