DEV Community

Marcus-Aprelius
Marcus-Aprelius

Posted on

[Release 0.3.0] VSCode extension for browsing crypto files/vaults

I have released a new version of SATO, a VS Code extension for browsing password vaults and inspecting cryptographic files.
This release expands format support, improves key and certificate detection, and makes the Crypto Converter more flexible.

More details about this release:
Crypto Support and Logic:

  • Improved PEM and DER key detection
  • Extended DER support for certificates, CSRs, RSA and EC keys, PKCS#7 chains, and CMS messages
  • Added support for new files (.rsa, .ec, and .spc) and Improved key detection and navigation for the existing
  • Added RSA and EC private key conversion to multiple PEM and DER formats
  • Added extraction of certificates and certificate chains from SPC containers Converter:
  • Converter splitted into separate Convert and Extract tabs
  • Added Extract... and Show Info context-menu actions
  • Removed the source format from available conversion targets
  • Improved output format handling and prevented stale output filenames
  • Added copy buttons to the source fields Interface:
  • Improved converter layout, alignment, and terminology
  • Added consistent tab styling across the main views
  • Added copy buttons to File Info values
  • Added tooltips for key size, file size, and certificate validity
  • Improved long field labels and empty-value handling
  • Added Show/Hide Empty Values support Code and Maintenance:
  • Refactored crypto conversion and extraction availability checks
  • Improved handling of empty and absent parsed values
  • Updated project dependencies and documentation And many other improvements.

SATO is still under development.
Article on DEV.to.
The extension is available on the Visual Studio Marketplace, and the source code is available on GitHub.

Top comments (0)