Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #d4af37;  
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;">
Gold
</a>
</div>

Meshlets supports reading data from a source (such as ServiceNow) that was encrypted. By default meshlets will read in data that is Base64 Encoded but the following encryption methods are supported: 

Encryption MethodRequired Encryption Key length

TripleDES

At least 24 characters
AES-128At least 24 characters 
AES-25632 characters or more

Similar topics

Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
cqllabel = "optional-config" and parent = "6096035"

Contact Perspectium Support

Image Removed

US: 1 888 620 8880

UK: 44 208 068 5953

...

(info) NOTE: Starting in 6.1.0 release, meshlets support reading multibyte_encrypted messages.