Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Encrypt Password in Power Apps

(0) ShareShare
ReportReport
Posted on by

Hello Guys,

I have this function in Visual.net, I want to create sonething similar in Power Apps,

I have been usiong funtion ForAll but I have not been able to find the solution yet

Function Encriptar(ByVal cadena As String) As String
Dim X As Byte
Dim Letr As String

Encriptar = ""
For X = 1 To Len(cadena)
Letr = Mid(cadena, X, 1)
'If ((Asc(Letr) - 2) * 2) <= 255 Then Encriptar = Encriptar & Chr((Asc(Letr) - 2) * 2)
Encriptar = Encriptar & Chr((Asc(Letr) - 2) * 2)
Next
End Function

 

Thanks & Regards,

Categories:

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,508

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,839

Leaderboard