-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated certificate fingerprint and public key format #487
Conversation
jgrateron
commented
Apr 7, 2024
Thanks, good work! I only have found some minor visual issues: |
@@ -77,29 +77,29 @@ DUpgradeCryptoStrength.jlDownloadPolicyInstructions.text = <html><b>1. Download | |||
DUpgradeCryptoStrength.jlDropPolicyInstructions.text = <html><b>2. Install Unlimited Strength Jurisdiction Policy</b><br><br>Browse to the Unlimited Strength Jurisdiction Policy<br>ZIP or drop it onto the icon to the right. Finally press<br>the Upgrade button.</html> | |||
DUpgradeCryptoStrength.jlUpgradeInstructions.text = <html>To upgrade cryptography to unlimited strength carry out the following<br>steps:</html> | |||
|
|||
DViewCertificateFingerprint.Title = {0} Certificate Fingerprint | |||
DViewCertificateFingerprint.Title = {0} Certificate FingerPrint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that was a misunderstanding, I meant the other way round (FingerPrint -> Fingerprint). Because fingerprint is a normal English word, there should be no need to capitalize the "p".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -39,7 +40,8 @@ public class KsePreferences { | |||
private CaCertsSettings caCertsSettings = new CaCertsSettings(); | |||
private KeyGenerationSettings keyGenerationDefaults = new KeyGenerationSettings(); | |||
private DigestType certificateFingerprintAlgorithm = DigestType.SHA1; | |||
private PasswordQualityConfig passwordQualityConfig = new PasswordQualityConfig(false, false, 60); | |||
private PublicKeyFingerprintAlgorithm publicKeyFingerprintAlgorithm = PublicKeyFingerprintAlgorithm.SKI_METHOD1; | |||
private PasswordQualityConfig passwordQualityConfig = new PasswordQualityConfig(false, false, 60); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation here seems to be too big
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Hi all, I can prepare a French translation for the properties... Regards, |
To follow: - kaikramer#486 - kaikramer#487 Here is a commit in order to adding/updating the French Resources for Fingerprint functionality.