Blog

How to achieve truly secure FTP — 7 essential tips | JSACPE

Although plain File Transfer Protocol (FTP) has been the data transfer solution of choice for several decades, it’s no longer fit for today’s business environments. With so many business processes now involving sensitive data, file transfer workflows are now at risk of various threats. And because plain or standard FTP is inherently plagued with serious vulnerabilities, it’s important to replace it with more secure alternatives. In this post, we’ll talk about how you can take advantage of two secure FTP options and make them even more suitable for transferring sensitive information.

Topics: Secure File Transfer, SFTP, FTPS, FTP

SFTP vs. FTPS: Which file transfer software is best for business use?

What is SFTP? SFTP is a file transfer protocol that’s normally packaged with Secure Shell (SSH), the network protocol most IT administrators use to access and manage remote Linux, UNIX and macOS machines in a secure manner. Most of these systems already have built-in support for OpenSSH, an open source implementation of SSH. Even later versions of Windows Server support OpenSSH.

Topics: SFTP, FTPS

What is a Cipher? | Understanding Encryption Algorithms

Overview The strength of an encryption largely depends on two components: 1) the cipher and 2) the length of the key. We already discussed key lengths in an older post. So today, let's talk about the other component.

Topics: JSCAPE MFT, Secure File Transfer, SFTP, FTPS

What is an SSL File Transfer? | FTP-SSL | JSCAPE MFT Server

Overview: What is an SSL File Transfer? SSL file transfer is a term sometimes used in referring to a secure file transfer protocol known as FTPS or FTP-SSL. FTP is a network protocol used for transferring files, while SSL is a protocol for encrypting information sent over a network. This post is meant to help users understand what FTPS is and what it is capable of doing, particularly in terms of enhancing the security of your file transfers. We can also show and tell when you request a free trial.

Topics: Secure File Transfer, FTPS

What Is HMAC (Hash-based message authentication code), And How Does It Secure File Transfers?

An Overview of HMAC Data integrity checks are vital to secure communications. They enable communicating parties to verify the integrity and authenticity of the messages they receive. In secure file transfer protocols like FTPS, SFTP, and HTTPS, data integrity/message authentication is usually achieved through a mechanism known as HMAC (Hash-based message authentication code). In this post, we explain what HMAC is, its basic inner workings, and how it secures data transfers.

Topics: Secure File Transfer, SFTP, FTPS, HMAC

An Introduction To Cipher Suites | SSL/TSL Cipher Suites Explained

The security of any SSL/TLS-protected connection largely depends on the client and server's choice of cipher suites. But what are cipher suites? If you use file transfer protocols like HTTPS, FTPS, and AS2 but don't know what cipher suites are, you will want to read this post and learn how to use a cipher.

Topics: Secure File Transfer, FTPS

What is AES encryption and how does it work?

Overview: What Is AES? First adopted by the U.S. government to protect classified information, Advanced Encryption Standard (AES) has long gained global acceptance and is used for securing sensitive data in various industries. In this post, we'll discuss AES encryption and explain its vital role in securing sensitive files sent over the Internet.

Topics: Secure File Transfer, SFTP, FTPS, AS2

What is client certificate authentication?

Overview How do you strengthen a server's user authentication system? Well, one solution would be to add another authentication method. Most servers authenticate users through the usual username-password technique. If you can augment that with another method, you'll be able to make it more difficult for unauthorized users to break in. For servers whose users connect through Web browsers, one option would be something called client certificate authentication. Let's explore what this is.

Topics: Secure File Transfer, FTPS, Client Certificate Authentication, security

Securing trading partner file transfers w/ auto PGP encryption & FTPS

Overview PGP encryption can add another layer of protection to a trading partner file transfer already secured by FTPS. It can also provide data-at-rest encryption as soon as the file arrives at the other end. In this post, we'll show you how to set up a fully automated file transfer secured by OpenPGP and FTPS using JSCAPE MFT Server triggers.

Topics: JSCAPE MFT, Managed File Transfer, Triggers, FTPS

How to set up SSL client authentication

Overview People who use SSL/TLS to secure their online transactions/file transfers are mostly only familiar with two of its security functions: 1. That it can encrypt data in transit and 2. That it can enable clients to authenticate the server. They're likely not making use of another feature that can greatly enhance SSL security even more - client certificate authentication. If you've been following our posts, you know that client certificate authentication has been the subject of our discussion lately. However, we've never been able to talk about how to enable it on the server side. This quick post will be all about that.

Topics: JSCAPE MFT, Managed File Transfer, Tutorials, Secure File Transfer, FTPS