Web Browser Certificate Enrollment (CSR Generation) and Certificate Download to Smartcard or USB Token

Disclosure: I work for CISPL, Co. which develops Signer.Digital Browser Extension Browser Extension may be used to Enroll Certificate (Generate CSR) and Download Certificate in Windows Certificate Store or Smartcard or USB Token from modern browsers. Browser extension provides JavaScript API which in turn talks to host application running on local machine to do the … Read more

Atom certificate has expired [closed]

As others have pointed out, GitHub has been ”sunsetting Atom”. However, there are other ways to install packages in your existing Atom installation. Example # Clone the repository git clone https://github.com/platformio/platformio-atom-ide-terminal ~/.atom/packages/platformio-ide-terminal # Change directory to the cloned package cd ~/.atom/packages/platformio-ide-terminal # Install dependencies apm install If you don’t use git, you can simply download … Read more

iOS Keychain Security

Fraunhofer’s study on iOS keychain security: http://sit.sit.fraunhofer.de/studies/en/sc-iphone-passwords.pdf http://sit.sit.fraunhofer.de/studies/en/sc-iphone-passwords-faq.pdf From what I can tell, there are two levels of encryption that the iOS keychain uses. The first level uses the lock screen passcode as the encryption key. The second level uses a key generated by and stored on the device. Fraunhofer’s researchers have figured out how … Read more