News

Encryption Made Easy with New Security Library

9Rays.Net releases new encryption security library.

In a perfect world, hackers could be locked out of business applications through rigorous secure development practices. In the real world, though, it makes sense to also build encryption functionality into apps to protect sensitive data and intellectual property -- just in case.

Obfuscation vendor 9Rays.Net Inc. aims to make the job easier for developers with a new cryptographic toolkit released recently. The CryptoSharp security library will include the standard crypto-suite ciphers and hash functions, but goes further by including modular, high-level functionality that developers can plug directly into their apps, says Mark Sochan, a business development consultant working with 9Rays.

Ready-to-Use
The company's headquarters is in Virginia, but its development offices are in Russia and Ukraine. 9Rays was formed in 2001 and initially sold obfuscation technology to help protect .NET source code from malicious de-compiling. That technology, the Spices.Net suite, is still its flagship product. But 9Rays founder Victor Victorov later saw the need for a better encryption security library based on the company's own internal development work, Sochan says.

"Most of the cryptographic libraries on the market offer a hodgepodge of stuff: secret-key encryption, public-key encryption and some compression components. The problem is that typical libraries offer rather low-level components so the developer still has to do a lot of work to convert them into real applications," Sochan says.

9Rays' approach is to provide complete cryptographic functionality modules ready for use in applications without much additional coding, such as password dialogues and encrypted storage capabilities, he says.

No Consistency
While that approach likely will be helpful for developers, Gartner Inc. analyst Eric Ouellet argues that enterprises are crying out for a fully integrated, top-to-bottom system of encryption technology for everything from apps to databases. As it stands, some enterprises have to juggle a number of different encryption products and keep up with their respective keys.

"It's kind of tricky for developers because there are nice tools that allow you to leverage all this stuff in many ways, but there's no consistency," Ouellet says, later adding, "It's hard to come up with a standard policy of how to manage cryptography and how to manage keys."

The work that's been done on standardizing the process largely has been undermined by the major vendors' reluctance to open up their technology to be managed by competitors' products. "No one's willing to expose their own API," Ouellet says. "It's kind of a useless standard."

A public beta of CryptoSharp is available for download now at the 9Rays Web site, and the company was expected at press time to begin selling the first official release of the security library sometime this month for $395.
comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube