Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi,

While it is not possible to use plugins with FMGO, is there another way to encrypt data except custom functions?

Custom function are great but are weak and slow when it comes to encryption/decryption (not hashing).

tnx

E.

  • 5 weeks later...
  • Author

?

  • 3 months later...
  • Author

Hi,

I found a very nice solution that works for the iPad.

I'm actually using something like "https://webaddress.com/encrypt?key=x&data=y" in "insert from url".

it works perfectly!

you can use it for large data sets also and the result is fast. all you have to do after that is parse the result...

I hope it is useful to someone :)

Also check out also DataVault Maker by Nightwing http://www.nightwing.com.au/FileMaker/products.html

  • Author

DataVault looks great but I need to use industry standard and advanced hashing functions on the iPad

and its free :)

Xtrim, are you hosting the URL-based encryption yourself, or using a service? Others searching the forums in the future for the same problem your having might benefit from a link to the service you found.

  • Author

Hi:

I do it myself - but it is so easy:


<?php

echo hash('sha256', $_GET["txt"]);

?>

This is all you need for hashing for example.

I call this file hash.php and the I call it with https... so all the process is completely secured!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.